From: David Chase Date: Tue, 24 Jan 2023 21:28:04 +0000 (-0500) Subject: misc: update go.mod to 1.21 X-Git-Tag: go1.21rc1~1780 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e9c5e60cfd602f0d9aa257793a802b0180efadd9;p=gostls13.git 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 Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot --- diff --git a/misc/go.mod b/misc/go.mod index 712a051f45..109d892047 100644 --- a/misc/go.mod +++ b/misc/go.mod @@ -8,4 +8,4 @@ // directory.) module misc -go 1.18 +go 1.21