commit | 0be07c2279e6beea9e0c4fb187e5d4d5da8a4930 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Dec 15 00:23:48 2023 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Thu Dec 14 15:37:35 2023 +0000 |
tree | 7a683064a4d84296f001b3dc0cd617e8c02273b2 | |
parent | 3f2432967b1797385bdb22e98ca7768ce40321f1 [diff] [blame] |
Update go.mod to 1.21 because it requires android/soong which uses go 1.21 Bug: 3141333041 Test: go test ./... Change-Id: I184e6165beafab337b09cd87fd02748e49c65650
diff --git a/tools/compliance/go.mod b/tools/compliance/go.mod index 1928189..bd04077 100644 --- a/tools/compliance/go.mod +++ b/tools/compliance/go.mod
@@ -26,4 +26,4 @@ // Indirect dep from go-cmp exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 -go 1.18 +go 1.21