Skip to content

Commit ce0e65c

Browse files
authored
[1.18] Bump Go to 1.23.7 (#10683)
1 parent 71d7af1 commit ce0e65c

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
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

+5-5
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'
@@ -59,7 +59,7 @@ steps:
5959
- '-c'
6060
- 'docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes'
6161

62-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
62+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
6363
id: 'build-certgen-arm64-binary'
6464
args:
6565
- 'certgen-docker'
@@ -68,7 +68,7 @@ steps:
6868
- 'GOARCH=arm64'
6969

7070
# 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'
7272
id: 'publish-docker'
7373
args:
7474
- 'publish-docker'
@@ -94,7 +94,7 @@ steps:
9494
waitFor:
9595
- 'publish-docker'
9696

97-
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
97+
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
9898
id: 'release-chart'
9999
dir: *dir
100100
args:
@@ -109,7 +109,7 @@ steps:
109109
- 'gcr-auth'
110110

111111
# 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'
113113
id: 'publish-docker-extended-gcr'
114114
dir: *dir
115115
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)