Skip to content

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools/mod #299

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools/mod

build(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools/mod #299

Workflow file for this run

name: Go Vulnerability Checker
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.1"
- run: date
- run: go install golang.org/x/vuln/cmd/govulncheck@latest && govulncheck ./...