Skip to content

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 #32

Bump golang.org/x/crypto from 0.21.0 to 0.31.0

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 #32

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17'
- run: go build -v
- run: go test -v