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:
parent
0673769aab
commit
65b6f3cb23
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
|||
module github.com/google/blueprint
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
|
Loading…
Reference in a new issue