[dev.typeparams] src,cmd: bump go.mod to 'go 1.18'

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>
This commit is contained in:
Matthew Dempsky 2021-07-02 16:39:49 -07:00
parent b994cc69e0
commit ef39edefe1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
module cmd
go 1.17
go 1.18
require (
github.com/google/pprof v0.0.0-20210506205249-923b5ab0fc1a

View file

@ -1,6 +1,6 @@
module std
go 1.17
go 1.18
require (
golang.org/x/crypto v0.0.0-20210503195802-e9a32991a82e