Skip to content

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 #12

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 #12

Workflow file for this run

name: gotester
on: [pull_request]
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v3
- run: go test ./...