Skip to content

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #37

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

Bump golang.org/x/crypto from 0.14.0 to 0.17.0 #37

Workflow file for this run

name: ci
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go 1.19
uses: actions/setup-go@v2
with:
go-version: '1.19.x'
- name: Run Go Build
run: make build
- name: Run tests
run: make test_all