Skip to content

Commit

Permalink
chore(golang): invalid Go toolchain version (#1201)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
eeaton and apeabody authored Apr 25, 2024
1 parent c153307 commit 8f8ea63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21
go 1.21.0

use (
./test/integration
Expand Down
2 changes: 1 addition & 1 deletion helpers/foundation-deployer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Helper tool to deploy the Terraform example foundation using Cloud Build and Clo

### Validate required tools

- Check if required tools, Go 1.18+, Terraform 1.3.0+, gcloud 393.0.0+, and Git 2.28.0+, are installed:
- Check if required tools, Go 1.21.0+, Terraform 1.3.0+, gcloud 393.0.0+, and Git 2.28.0+, are installed:

```bash
go version
Expand Down
2 changes: 1 addition & 1 deletion helpers/foundation-deployer/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-google-modules/terraform-example-foundation/helpers/foundation-deployer

go 1.21
go 1.21.0

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/terraform-google-modules/terraform-example-foundation/test/integration

go 1.21
go 1.21.0

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.12.1
Expand Down

0 comments on commit 8f8ea63

Please sign in to comment.