From ab11dc405a590e1142a39505c2c00acbc6deb14f Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sun, 15 Jun 2025 16:16:49 +0000 Subject: [PATCH] chore(deps): update ci dependencies --- common-dev-assets | 2 +- tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index 52cd5dd7..ef001d79 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit 52cd5dd7ae623497f188028585ff700799f59795 +Subproject commit ef001d79c2f055862a5ebecf59725e443ffb0f5b diff --git a/tests/go.mod b/tests/go.mod index 4b14efd3..b7a68694 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-ibm-modules/terraform-ibm-powervs-sap go 1.23.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/gruntwork-io/terratest v0.49.0