Skip to content

Commit

Permalink
remove toolchain directive and run go mod tidy
Browse files Browse the repository at this point in the history
This happened to be needed for this PR, but will also address another
issue. Fixes #4241

Signed-off-by: Spencer Schrock <sschrock@google.com>
  • Loading branch information
spencerschrock committed Jul 16, 2024
1 parent 9317286 commit 6abac01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module github.com/ossf/scorecard/tools

go 1.22
toolchain go1.22.5
go 1.22.4

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

0 comments on commit 6abac01

Please sign in to comment.