Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#519) #1370

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#519)

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#519) #1370

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Test
run: make test