Skip to content

Commit

Permalink
Use the version in the go.mod file for vuln checks
Browse files Browse the repository at this point in the history
This actually secures the build tooling used for this repo, instead of
having an arbitrary side check which notifies us of issues in the core
Go libraries.
  • Loading branch information
mhutchinson committed Jul 4, 2024
1 parent 2e63d1c commit 38c17cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # v1.0.3
with:
go-version-input: 1.21.12
go-version-file: go.mod
go-package: ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/certificate-transparency-go

go 1.21.0
go 1.21.12

require (
github.com/DATA-DOG/go-sqlmock v1.5.2
Expand Down

0 comments on commit 38c17cd

Please sign in to comment.