Skip to content

Bump golang.org/x/crypto from 0.2.0 to 0.17.0 #145

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

Bump golang.org/x/crypto from 0.2.0 to 0.17.0 #145

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.17
- name: Run Tests
run: |
go test ./...
go vet ./...