Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Upgrade golang.org/x/crypto to v0.17.0 #28

Upgrade golang.org/x/crypto to v0.17.0

Upgrade golang.org/x/crypto to v0.17.0 #28

Workflow file for this run

name: golang-test
on:
pull_request:
jobs:
gotest:
name: gotest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Go Build
run: go build -v ./.
- name: Go Test
run: go test ./... -timeout=30s -parallel=4