Skip to content

Bump golang.org/x/crypto from 0.5.0 to 0.17.0 #66

Bump golang.org/x/crypto from 0.5.0 to 0.17.0

Bump golang.org/x/crypto from 0.5.0 to 0.17.0 #66

Workflow file for this run

name: Go
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Build
run: make build
- name: Test
run: make test