From e9c5e60cfd602f0d9aa257793a802b0180efadd9 Mon Sep 17 00:00:00 2001 From: David Chase Date: Tue, 24 Jan 2023 16:28:04 -0500 Subject: [PATCH] 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 --- misc/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0