Skip to content

Updated golang.org/x/crypto to 0.31.0 per CVE, version set to 0.8.1 #240

Updated golang.org/x/crypto to 0.31.0 per CVE, version set to 0.8.1

Updated golang.org/x/crypto to 0.31.0 per CVE, version set to 0.8.1 #240

Workflow file for this run

name: build
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
check-latest: true
cache-dependency-path: "**/*.sum"
- name: test
run: |
sh ./build.sh -t