Skip to content

Bump golang.org/x/crypto #83

Bump golang.org/x/crypto

Bump golang.org/x/crypto #83

Workflow file for this run

name: Build
on: [push]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16.3"
- run: sudo apt-get install -y git
- run: go version
- run: go env
- run: go generate ./...
# - name: Run go test
# run: make github/test
- name: Run go build
run: make github/build