Bump go.mod file to go 1.22

Blueprint bootstraps itself, 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

Test: Presubmits
Change-Id: I192dbcba16f431458dfb758c505a63027cdb2533
This commit is contained in:
Cole Faust 2024-05-23 11:27:22 -07:00
parent 0673769aab
commit 65b6f3cb23

2
go.mod
View file

@ -1,3 +1,3 @@
module github.com/google/blueprint
go 1.21
go 1.22