terraform-google-modules / terraform-example-foundation

Shows how the CFT modules can be composed to build a secure cloud foundation
https://cloud.google.com/architecture/security-foundations
Apache License 2.0
1.22k stars 714 forks source link

chore(golang): invalid Go toolchain version #1201

Closed eeaton closed 5 months ago

eeaton commented 5 months ago

Address security issue raised by codeQL, "invalid Go toolchain version".

As of Go 1.21, toolchain versions must use the 1.N.P syntax. 1.21 in test/integration/go.mod does not match this syntax and there is no additional toolchain directive, which may cause some go commands to fail.