Skip to content

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #118

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0

Bump golang.org/x/crypto from 0.0.0-20220525230936-793ad666bf5e to 0.17.0 #118

Workflow file for this run

on: [pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.18.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./... -race -cover