Skip to content

Bump golang.org/x/crypto from 0.5.0 to 0.31.0 #9

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

Bump golang.org/x/crypto from 0.5.0 to 0.31.0 #9

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Download deps
run: go mod download -x
- name: Test
run: go test -race -v ./...