]> Cypherpunks.ru repositories - gostls13.git/commitdiff
misc: update go.mod to 1.21
authorDavid Chase <drchase@google.com>
Tue, 24 Jan 2023 21:28:04 +0000 (16:28 -0500)
committerDavid Chase <drchase@google.com>
Thu, 26 Jan 2023 16:55:59 +0000 (16:55 +0000)
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>

misc/go.mod

index 712a051f4573c1fb521d67cb8e96be0008eb7c89..109d892047d49cebc14038638a3c6d4b5c4e543a 100644 (file)
@@ -8,4 +8,4 @@
 // directory.)
 module misc
 
-go 1.18
+go 1.21