aboutsummaryrefslogtreecommitdiff
path: root/misc/go.mod
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2021-10-04 16:20:57 -0700
committerMatthew Dempsky <mdempsky@google.com>2021-10-07 18:02:14 +0000
commit019ad98b5337992625327ea07185ad06a9c19169 (patch)
treee33c8aa56383fead237747bf5f86ec805856d3a8 /misc/go.mod
parentbe571a36c7aa7198aef4712f8c6cde633e2f380b (diff)
downloadgo-019ad98b5337992625327ea07185ad06a9c19169.tar.gz
go-019ad98b5337992625327ea07185ad06a9c19169.zip
cmd/cgo: update to handle ast.IndexListExpr
Allows cgo to work with generics. Updates #47781. Change-Id: Id1a5d1a0a8193c5b157e3e671b1490d687d10384 Reviewed-on: https://go-review.googlesource.com/c/go/+/353882 Trust: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Matthew Dempsky <mdempsky@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'misc/go.mod')
-rw-r--r--misc/go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/go.mod b/misc/go.mod
index fc9f1133a4..712a051f45 100644
--- a/misc/go.mod
+++ b/misc/go.mod
@@ -8,4 +8,4 @@
// directory.)
module misc
-go 1.12
+go 1.18