]> Cypherpunks.ru repositories - gostls13.git/commitdiff
[dev.typeparams] src,cmd: bump go.mod to 'go 1.18'
authorMatthew Dempsky <mdempsky@google.com>
Fri, 2 Jul 2021 23:39:49 +0000 (16:39 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 2 Jul 2021 23:55:07 +0000 (23:55 +0000)
Necessary for building/testing generics code within src/ or src/cmd/
since CL 332373, and we'll need to do this eventually anyway.

Change-Id: Ia8c658c92d861fd3803fa18bfc80407c3381b411
Reviewed-on: https://go-review.googlesource.com/c/go/+/332554
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>

src/cmd/go.mod
src/go.mod

index cd03968eedcf618d0ecef8da89ce790646dba399..da304e292b5f44a2d81b161d31527a1ef8426ddd 100644 (file)
@@ -1,6 +1,6 @@
 module cmd
 
-go 1.17
+go 1.18
 
 require (
        github.com/google/pprof v0.0.0-20210506205249-923b5ab0fc1a
index 379dcf504e5316fe43a502bc12e92411650dd9d6..1fb8cbfcbe07155891d25e5e60ccd8fbf5062dc4 100644 (file)
@@ -1,6 +1,6 @@
 module std
 
-go 1.17
+go 1.18
 
 require (
        golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e