Skip to content

Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.17.0 #337

Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.17.0 #337

Workflow file for this run

name: Run basic tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Run tests
run: make test