Skip to content

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #394

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

Bump golang.org/x/crypto from 0.1.0 to 0.17.0 #394

Workflow file for this run

name: Go Tests
on: [push, pull_request]
jobs:
go_tests:
runs-on: windows-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
# false positives: golang/go#41205
#- name: Run vet
# run: go vet ./...
- name: Test
run: go test -v ./...