Skip to content

Commit f972ba8

Browse files
authored
[1.17] Bump Go to 1.23.7 (#10683) (#10684)
1 parent 87e5b24 commit f972ba8

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

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.10.2'
3+
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.11.2'
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.10.2'
47+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
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.10.2'
68+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
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.10.2'
83+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
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.10.2'
3+
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.11.2'
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.10.2'
26+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
2727
id: 'prepare-envoy'
2828
dir: *dir
2929
entrypoint: 'bash'
@@ -77,7 +77,7 @@ steps:
7777
waitFor:
7878
- 'prepare-gcr-zone'
7979

80-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
80+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
8181
id: 'prepare-test-tools'
8282
dir: *dir
8383
args:
@@ -88,7 +88,7 @@ steps:
8888
- 'prepare-gcr-zone'
8989
- 'prepare-test-credentials'
9090

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'
9292
id: 'run-tests'
9393
dir: *dir
9494
entrypoint: 'make'
@@ -99,7 +99,7 @@ steps:
9999
secretEnv:
100100
- 'JWT_PRIVATE_KEY'
101101

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'
103103
id: 'run-e2e-tests'
104104
dir: *dir
105105
entrypoint: 'make'
@@ -110,7 +110,7 @@ steps:
110110
secretEnv:
111111
- 'JWT_PRIVATE_KEY'
112112

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'
114114
id: 'run-hashicorp-e2e-tests'
115115
dir: *dir
116116
entrypoint: 'make'

cloudbuild-cache.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
options:
22
env:
3-
- "_GO_VERSION=1.23.3"
3+
- "_GO_VERSION=1.23.7"
44

55
steps:
66
- name: gcr.io/cloud-builders/gsutil

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.23.3
3+
go 1.23.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)