Skip to content

Bump golang.org/x/crypto from 0.3.0 to 0.17.0 #12

Bump golang.org/x/crypto from 0.3.0 to 0.17.0

Bump golang.org/x/crypto from 0.3.0 to 0.17.0 #12

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- run: go build -v ./...
- run: go test -v ./...