commit | 2afb7746c29595fc593bf2d00e0118014e1735dc | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu May 23 11:25:19 2024 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu May 23 16:26:49 2024 -0700 |
tree | 4bc15a4cbaf190a8c4bb1035eb526bfea49603ce | |
parent | bc44eb03dbe2f343dd8acf51b9578631b7749b62 [diff] [blame] |
Bump go.mod file to go 1.22 When building with blueprint, go 1.22 will be used, but if you used go build or go test manually, the version in the go.mod will be used. Go 1.22 has a subtle change that we want to make sure we're always using: https://go.dev/blog/loopvar-preview Bug: 330574836 Test: Presubmits Change-Id: Idf46b77c4f817345c1f9aca039d8735bb101967f
diff --git a/go.work b/go.work index 7c6022b..9a7e6db 100644 --- a/go.work +++ b/go.work
@@ -1,4 +1,4 @@ -go 1.21 +go 1.22 use ( .