File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
terraform/terraform-deployer
vertex-ai-pipeline/pipeline-deployer
postdeploy-hooks/k8s-cleanup
verify-evaluate-cloud-metrics Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG GCLOUD_VERSION=456.0.0
16- ARG GO_VERSION=1.24
16+ ARG GO_VERSION=1.25
1717
1818FROM golang:${GO_VERSION} AS go-build
1919ARG COMMIT_SHA=unknown
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515ARG GCLOUD_VERSION=456.0.0
16- ARG GO_VERSION=1.24
16+ ARG GO_VERSION=1.25
1717ARG HELM_VERSION=3.13.2
1818
1919FROM golang:${GO_VERSION} AS go-build
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG GO_VERSION=1.24
15+ ARG GO_VERSION=1.25
1616ARG TERRAFORM_VERSION=1.2.3
1717
1818FROM golang:${GO_VERSION} AS go-build
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG GO_VERSION=1.24
15+ ARG GO_VERSION=1.25
1616
1717FROM golang:${GO_VERSION} AS go-build
1818ARG COMMIT_SHA=unknown
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- ARG GO_VERSION=1.24
15+ ARG GO_VERSION=1.25
1616
1717FROM golang:${GO_VERSION} AS go-build
1818ARG COMMIT_SHA=unknown
Original file line number Diff line number Diff line change 11module github.com/GoogleCloudPlatform/cloud-deploy-samples
22
3- go 1.24.4
3+ go 1.25.9
44
55require (
66 cloud.google.com/go/config v1.4.0
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414ARG GCLOUD_VERSION=506.0.0
15- ARG GO_VERSION=1.24
15+ ARG GO_VERSION=1.25
1616
1717FROM golang:${GO_VERSION} AS build
1818WORKDIR /cleanup
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.24 AS build
15+ FROM golang:1.25 AS build
1616WORKDIR /verify
1717COPY go.mod go.sum ./
1818COPY verify-evaluate-cloud-metrics/*.go ./verify-evaluate-cloud-metrics/
You can’t perform that action at this time.
0 commit comments