mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
misc: update go.mod to 1.21
Doing this allows updates to swig so it can access slices and strings in a somewhat less-unsafe way. Change-Id: If2af8f8cf58d2287569dcd7c7ce09728e20b5ff0 Reviewed-on: https://go-review.googlesource.com/c/go/+/463396 Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
a9780d8dfd
commit
e9c5e60cfd
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@
|
|||
// directory.)
|
||||
module misc
|
||||
|
||||
go 1.18
|
||||
go 1.21
|
||||
|
|
Loading…
Reference in a new issue