summaryrefslogtreecommitdiff
path: root/go.work
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-05-23 11:25:19 -0700
committer Cole Faust <colefaust@google.com> 2024-05-23 16:26:49 -0700
commit2afb7746c29595fc593bf2d00e0118014e1735dc (patch)
tree4bc15a4cbaf190a8c4bb1035eb526bfea49603ce /go.work
parentbc44eb03dbe2f343dd8acf51b9578631b7749b62 (diff)
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
Diffstat (limited to 'go.work')
-rw-r--r--go.work2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.work b/go.work
index 7c6022be6..9a7e6db75 100644
--- a/go.work
+++ b/go.work
@@ -1,4 +1,4 @@
-go 1.21
+go 1.22
use (
.