Skip to content

Bump golang.org/x/crypto in the go_modules group across 1 directory #1

Bump golang.org/x/crypto in the go_modules group across 1 directory

Bump golang.org/x/crypto in the go_modules group across 1 directory #1

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions: {}
jobs:
Test:
strategy:
fail-fast: false
matrix:
go: [ '1.24' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@d4e3826d684cd074ad761f762be084d1af5706a1
with:
command: cd .github && make test
version: ${{ matrix.go }}