Skip to content

Bump golang.org/x/crypto from 0.16.0 to 0.21.0 #127

Bump golang.org/x/crypto from 0.16.0 to 0.21.0

Bump golang.org/x/crypto from 0.16.0 to 0.21.0 #127

Workflow file for this run

name: Makefile CI
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@v2
with:
go-version: 1.18
- name: Install dependencies, build the code, run the tests
run: make