Commit 97305c8 1 parent 41e60fa commit 97305c8 Copy full SHA for 97305c8
File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ You must install these tools:
53
53
1 . [ ` git ` ] ( https://help.github.com/articles/set-up-git/ ) : For source control
54
54
55
55
1 . [ ` go ` ] ( https://golang.org/doc/install ) : You need go version
56
- [ v1.22 .0] ( https://golang.org/dl/ ) or higher.
56
+ [ v1.23 .0] ( https://golang.org/dl/ ) or higher.
57
57
58
58
1 . [ ` protoc ` ] ( https://grpc.io/docs/protoc-installation/ ) : ` v3 ` or higher
59
59
Original file line number Diff line number Diff line change 1
1
module github.com/ossf/scorecard/v5
2
2
3
- go 1.22.10
3
+ go 1.23.0
4
4
5
5
require (
6
6
cloud.google.com/go/bigquery v1.66.2
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/ossf/scorecard/tools
2
2
3
3
go 1.23.4
4
4
5
- toolchain go1.23.6
6
-
7
5
require (
8
6
github.com/golang/mock v1.6.0
9
7
github.com/golangci/golangci-lint v1.64.6
You can’t perform that action at this time.
0 commit comments