Skip to content

Commit b9d319d

Browse files
committed
all: upgrade go directive to at least 1.24.0 [generated]
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported per the Go Release Policy (see https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: I8c7fffbd6834aaf4bfe61dd52166931be32bbe64 Reviewed-on: https://go-review.googlesource.com/c/vuln/+/695815 Auto-Submit: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: David Chase <[email protected]>
1 parent 418d7a2 commit b9d319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.org/x/vuln
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/google/go-cmdtest v0.4.1-0.20220921163831-55ab3332a786

0 commit comments

Comments
 (0)