| commit | 22ee2bf4c003060356c6387689ac17df3837f257 | [log] [tgz] |
|---|---|---|
| author | Jonathan Amsterdam <jba@google.com> | Thu Apr 20 10:57:03 2023 -0400 |
| committer | Jonathan Amsterdam <jba@google.com> | Thu Apr 20 15:53:56 2023 +0000 |
| tree | aa14ec55865c242c78595786793f5a2bcbad3b27 | |
| parent | 5d9e357047b102730aa136f424ff2c7540e4c883 [diff] |
go.mod: change language version to 1.20 Allow use of 1.20 and later features in exp. Change-Id: I85792cdc98d789028ed4fa222aac1c6b922e8b0d Reviewed-on: https://go-review.googlesource.com/c/exp/+/486800 Run-TryBot: Jonathan Amsterdam <jba@google.com> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
diff --git a/go.mod b/go.mod index 0df6ab3..9443d49 100644 --- a/go.mod +++ b/go.mod
@@ -1,6 +1,6 @@ module golang.org/x/exp -go 1.18 +go 1.20 require ( github.com/google/go-cmp v0.5.8