File tree 5 files changed +21
-13
lines changed
5 files changed +21
-13
lines changed Original file line number Diff line number Diff line change
1
+ changelog :
2
+ - type : DEPENDENCY_BUMP
3
+ description : Bump Go version to 1.23.7
4
+ dependencyOwner : golang
5
+ dependencyRepo : go
6
+ dependencyTag : v1.23.7
7
+ issueLink : https://github.com/solo-io/solo-projects/issues/7958
8
+ resolvesIssue : false
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.10 .2'
3
+ - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.11 .2'
4
4
id : ' prepare-workspace'
5
5
args :
6
6
- ' --repo-name'
59
59
- ' -c'
60
60
- ' docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes'
61
61
62
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.10 .2'
62
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
63
63
id : ' build-certgen-arm64-binary'
64
64
args :
65
65
- ' certgen-docker'
68
68
- ' GOARCH=arm64'
69
69
70
70
# Run make targets to push docker images to quay.io
71
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.10 .2'
71
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
72
72
id : ' publish-docker'
73
73
args :
74
74
- ' publish-docker'
94
94
waitFor :
95
95
- ' publish-docker'
96
96
97
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.10 .2'
97
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
98
98
id : ' release-chart'
99
99
dir : *dir
100
100
args :
@@ -109,7 +109,7 @@ steps:
109
109
- ' gcr-auth'
110
110
111
111
# Run make targets to build and push docker images to GCR
112
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.10 .2'
112
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
113
113
id : ' publish-docker-extended-gcr'
114
114
dir : *dir
115
115
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.10 .2'
3
+ - name : ' gcr.io/$PROJECT_ID/prepare-go-workspace:0.11 .2'
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.10 .2'
26
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
27
27
id : ' prepare-envoy'
28
28
dir : *dir
29
29
entrypoint : ' bash'
77
77
waitFor :
78
78
- ' prepare-gcr-zone'
79
79
80
- - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.10 .2'
80
+ - name : ' gcr.io/$PROJECT_ID/go-mod-make:0.11 .2'
81
81
id : ' prepare-test-tools'
82
82
dir : *dir
83
83
args :
88
88
- ' prepare-gcr-zone'
89
89
- ' prepare-test-credentials'
90
90
91
- - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10 .2'
91
+ - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11 .2'
92
92
id : ' run-tests'
93
93
dir : *dir
94
94
entrypoint : ' make'
99
99
secretEnv :
100
100
- ' JWT_PRIVATE_KEY'
101
101
102
- - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10 .2'
102
+ - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11 .2'
103
103
id : ' run-e2e-tests'
104
104
dir : *dir
105
105
entrypoint : ' make'
@@ -110,7 +110,7 @@ steps:
110
110
secretEnv :
111
111
- ' JWT_PRIVATE_KEY'
112
112
113
- - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10 .2'
113
+ - name : ' gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11 .2'
114
114
id : ' run-hashicorp-e2e-tests'
115
115
dir : *dir
116
116
entrypoint : ' make'
Original file line number Diff line number Diff line change 1
1
options :
2
2
env :
3
- - " _GO_VERSION=1.23.3 "
3
+ - " _GO_VERSION=1.23.7 "
4
4
5
5
steps :
6
6
- name : gcr.io/cloud-builders/gsutil
Original file line number Diff line number Diff line change 1
1
module github.com/solo-io/gloo
2
2
3
- go 1.23.3
3
+ go 1.23.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