Skip to content

Commit 97305c8

Browse files
bump go directive to 1.23
Signed-off-by: Spencer Schrock <[email protected]>
1 parent 41e60fa commit 97305c8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You must install these tools:
5353
1. [`git`](https://help.github.com/articles/set-up-git/): For source control
5454

5555
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.
5757

5858
1. [`protoc`](https://grpc.io/docs/protoc-installation/): `v3` or higher
5959

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ossf/scorecard/v5
22

3-
go 1.22.10
3+
go 1.23.0
44

55
require (
66
cloud.google.com/go/bigquery v1.66.2

tools/go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/ossf/scorecard/tools
22

33
go 1.23.4
44

5-
toolchain go1.23.6
6-
75
require (
86
github.com/golang/mock v1.6.0
97
github.com/golangci/golangci-lint v1.64.6

0 commit comments

Comments
 (0)