Skip to content

Bump golang.org/x/crypto from 0.33.0 to 0.46.0 #380

Bump golang.org/x/crypto from 0.33.0 to 0.46.0

Bump golang.org/x/crypto from 0.33.0 to 0.46.0 #380

Workflow file for this run

name: test
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22.x', '1.23.x', '1.24.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go version
- run: go test -v ./...