Skip to content

Commit

Permalink
chore(deps): Update dependency go to v1.23.5 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate-bot and apeabody authored Jan 23, 2025
1 parent 9c77d54 commit a7e379b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/GoogleCloudPlatform/blueprints/test/integration

go 1.22.7

toolchain go1.23.4
toolchain go1.23.5

require (
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.17.4
Expand Down
1 change: 1 addition & 0 deletions utils/testutils/krmt_helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ create_cc(){
echo "Creating Config Controller ${CC_NAME} in ${PROJECT_ID}"
echo "Enabling services"
gcloud services enable compute.googleapis.com krmapihosting.googleapis.com container.googleapis.com cloudresourcemanager.googleapis.com anthos.googleapis.com --project=$PROJECT_ID
sleep 60s
echo "Creating CC"
gcloud alpha anthos config controller create ${CC_NAME} --location=us-central1 --project=$PROJECT_ID
gcloud alpha anthos config controller get-credentials ${CC_NAME} --location us-central1 --project=$PROJECT_ID
Expand Down

0 comments on commit a7e379b

Please # to comment.