Skip to content

Commit 813aad5

Browse files
heschigopherbot
authored andcommitted
all: update go.mod go version to 1.22
For #60558. Change-Id: I1a390f4619e181936d71964f5666052080689374 Reviewed-on: https://go-review.googlesource.com/c/go/+/510836 Auto-Submit: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Heschi Kreinick <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent dcf32c6 commit 813aad5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
// tests and tools.
44
module misc
55

6-
go 1.21
6+
go 1.22

src/cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cmd
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26

src/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module std
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d

0 commit comments

Comments
 (0)