Skip to content

Commit

Permalink
Bump to go1.22.5 for vulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 4, 2024
1 parent b2c0f95 commit 7dbc3af
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@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1.0.1
with:
go-version-input: 1.22.4
go-version-input: 1.22.5
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/transparency-dev/trillian-tessera

go 1.22.4
go 1.22.5

require (
github.com/transparency-dev/merkle v0.0.2
Expand Down

0 comments on commit 7dbc3af

Please sign in to comment.