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
This commit is contained in:
Cole Faust
2024-05-23 11:25:19 -07:00
parent bc44eb03db
commit 2afb7746c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
go 1.21
go 1.22
use (
.