Skip to content

Commit 0d9d42f

Browse files
committed
bump cloudbuilder
1 parent 5c36f2f commit 0d9d42f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ci/cloudbuild/publish-artifacts.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22

3-
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.8.8'
3+
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.9.3'
44
id: 'prepare-workspace'
55
args:
66
- '--repo-name'
@@ -44,7 +44,7 @@ steps:
4444
- 'us-central1-a'
4545

4646
# Run make targets to push docker images to quay.io
47-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.8.8'
47+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.9.3'
4848
id: 'publish-docker'
4949
args:
5050
- 'publish-docker'
@@ -65,7 +65,7 @@ steps:
6565
waitFor:
6666
- 'publish-docker'
6767

68-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.8.8'
68+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.9.3'
6969
id: 'release-chart'
7070
dir: *dir
7171
args:
@@ -80,7 +80,7 @@ steps:
8080
- 'gcr-auth'
8181

8282
# Run make targets to retag and push docker images to GCR
83-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.8.8'
83+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.9.3'
8484
id: 'docker-push-extended-gcr'
8585
dir: *dir
8686
args:

ci/cloudbuild/run-tests.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22

3-
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.8.8'
3+
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.9.3'
44
id: 'prepare-workspace'
55
args:
66
- '--repo-name'
@@ -23,7 +23,7 @@ steps:
2323
cd /go/pkg
2424
gsutil cat gs://$PROJECT_ID-cache/gloo/gloo-mod.tar.gz | tar -xzf - || echo "untar mod cache failed; continuing because we can download deps as we need them"
2525
26-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.8.8'
26+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.9.3'
2727
id: 'prepare-envoy'
2828
dir: *dir
2929
entrypoint: 'bash'
@@ -74,7 +74,7 @@ steps:
7474
waitFor:
7575
- 'prepare-gcr-zone'
7676

77-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.8.8'
77+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.9.3'
7878
id: 'prepare-test-tools'
7979
dir: *dir
8080
args:
@@ -85,7 +85,7 @@ steps:
8585
- 'prepare-gcr-zone'
8686
- 'prepare-test-credentials'
8787

88-
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.8.8'
88+
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.9.3'
8989
id: 'run-tests'
9090
dir: *dir
9191
entrypoint: 'make'
@@ -96,7 +96,7 @@ steps:
9696
secretEnv:
9797
- 'JWT_PRIVATE_KEY'
9898

99-
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.8.8'
99+
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.9.3'
100100
id: 'run-e2e-tests'
101101
dir: *dir
102102
entrypoint: 'make'
@@ -107,7 +107,7 @@ steps:
107107
secretEnv:
108108
- 'JWT_PRIVATE_KEY'
109109

110-
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.8.8'
110+
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.9.3'
111111
id: 'run-hashicorp-e2e-tests'
112112
dir: *dir
113113
entrypoint: 'make'

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/solo-io/gloo
22

3-
go 1.22.4
3+
go 1.22.7
44

55
// Note for developers: upgrading go will also require upgrading go in the following files:
66
// ./cloudbuild-cache.yaml,

0 commit comments

Comments
 (0)