Skip to content

⬆️ Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.17.0 #140

⬆️ Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.17.0

⬆️ Bump golang.org/x/crypto from 0.0.0-20201221181555-eec23a3978ad to 0.17.0 #140

Workflow file for this run

name: Go
on:
push:
branches: [ master, main, develop ]
pull_request:
branches: [ master, main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test
run: go test github.com/hyperledger-labs/cc-tools/test -coverpkg=./... -v