Skip to content

Commit

Permalink
Bump the version of go, and make vuln check share version (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Jul 4, 2024
1 parent ed2fb30 commit 7f1ce4c
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.11
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/trillian

go 1.21.0
go 1.21.12

require (
bitbucket.org/creachadair/shell v0.0.8
Expand Down

0 comments on commit 7f1ce4c

Please sign in to comment.