Skip to content

chore(deps): bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.17.0 #98

chore(deps): bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.17.0 #98

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
- name: Set up Go
uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...