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 <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Heschi Kreinick 2023-07-18 17:08:00 -04:00 committed by Gopher Robot
parent dcf32c66ee
commit 813aad51d9
3 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
// tests and tools.
module misc
go 1.21
go 1.22

View File

@ -1,6 +1,6 @@
module cmd
go 1.21
go 1.22
require (
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26

View File

@ -1,6 +1,6 @@
module std
go 1.21
go 1.22
require (
golang.org/x/crypto v0.11.1-0.20230711161743-2e82bdd1719d