Commit 0d9d42f 1 parent 5c36f2f commit 0d9d42f Copy full SHA for 0d9d42f
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
2
3
- - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.8.8 '
3
+ - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.9.3 '
4
4
id : ' prepare-workspace'
5
5
args :
6
6
- ' --repo-name'
44
44
- ' us-central1-a'
45
45
46
46
# 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 '
48
48
id : ' publish-docker'
49
49
args :
50
50
- ' publish-docker'
65
65
waitFor :
66
66
- ' publish-docker'
67
67
68
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.8.8 '
68
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.9.3 '
69
69
id : ' release-chart'
70
70
dir : *dir
71
71
args :
80
80
- ' gcr-auth'
81
81
82
82
# 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 '
84
84
id : ' docker-push-extended-gcr'
85
85
dir : *dir
86
86
args :
Original file line number Diff line number Diff line change 1
1
steps :
2
2
3
- - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.8.8 '
3
+ - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.9.3 '
4
4
id : ' prepare-workspace'
5
5
args :
6
6
- ' --repo-name'
23
23
cd /go/pkg
24
24
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"
25
25
26
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.8.8 '
26
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.9.3 '
27
27
id : ' prepare-envoy'
28
28
dir : *dir
29
29
entrypoint : ' bash'
74
74
waitFor :
75
75
- ' prepare-gcr-zone'
76
76
77
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.8.8 '
77
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.9.3 '
78
78
id : ' prepare-test-tools'
79
79
dir : *dir
80
80
args :
85
85
- ' prepare-gcr-zone'
86
86
- ' prepare-test-credentials'
87
87
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 '
89
89
id : ' run-tests'
90
90
dir : *dir
91
91
entrypoint : ' make'
96
96
secretEnv :
97
97
- ' JWT_PRIVATE_KEY'
98
98
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 '
100
100
id : ' run-e2e-tests'
101
101
dir : *dir
102
102
entrypoint : ' make'
@@ -107,7 +107,7 @@ steps:
107
107
secretEnv :
108
108
- ' JWT_PRIVATE_KEY'
109
109
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 '
111
111
id : ' run-hashicorp-e2e-tests'
112
112
dir : *dir
113
113
entrypoint : ' make'
Original file line number Diff line number Diff line change 1
1
module github.com/solo-io/gloo
2
2
3
- go 1.22.4
3
+ go 1.22.7
4
4
5
5
// Note for developers: upgrading go will also require upgrading go in the following files:
6
6
// ./cloudbuild-cache.yaml,
You can’t perform that action at this time.
0 commit comments