Skip to content

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 #126

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220411220226-7b82a4e95df4 to 0.17.0 #126

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
run: make lint
- name: Test
run: make test
- name: Build
run: make build