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:
David Chase 2023-01-24 16:28:04 -05:00
parent a9780d8dfd
commit e9c5e60cfd

View file

@ -8,4 +8,4 @@
// directory.)
module misc
go 1.18
go 1.21