Skip to content

Commit

Permalink
Use the version in the go.mod file for vuln checks (google#1528)
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 authored and fghanmi committed Jul 15, 2024
1 parent da9fd31 commit 5429c2f
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@3a32958c2706f7048305d5a2e53633d7e37e97d0 # v1.0.2
with:
go-version-input: 1.21.10
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 5429c2f

Please sign in to comment.