Skip to content

Bump golang.org/x/crypto from 0.0.0-20220507011949-2cf3adece122 to 0.17.0 #5

Bump golang.org/x/crypto from 0.0.0-20220507011949-2cf3adece122 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220507011949-2cf3adece122 to 0.17.0 #5

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Unit tests
run: go test -v -coverprofile=cover.out ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: cover.out