Skip to content

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

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 #58

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
permissions: {}
jobs:
go-test:
name: Run Go tests
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: Test
run: go test -race ./...