Skip to content

Commit

Permalink
🌱 Update Go version to 1.21 for tools (#3754)
Browse files Browse the repository at this point in the history
- Update go version from `1.19` to `1.21`

[tools/go.mod]
- Update go version from `1.19` to `1.21`

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
  • Loading branch information
naveensrinivasan committed Dec 28, 2023
1 parent 0e8dad8 commit 5d8767e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ossf/scorecard/tools

go 1.19
go 1.21

require (
github.com/golang/mock v1.6.0
Expand Down
Loading

0 comments on commit 5d8767e

Please sign in to comment.