Update go.mod to 1.21

because it requires android/soong which uses go 1.21
Bug: 3141333041
Test: go test ./...
Change-Id: I184e6165beafab337b09cd87fd02748e49c65650
This commit is contained in:
Jeongik Cha 2023-12-15 00:23:48 +09:00
parent 3f2432967b
commit 0be07c2279

View file

@ -26,4 +26,4 @@ replace github.com/google/go-cmp v0.5.5 => ../../../../external/go-cmp
// Indirect dep from go-cmp
exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
go 1.18
go 1.21