Skip to content

Commit

Permalink
[1.18] Bump Go to 1.23.7 (#10683)
Browse files Browse the repository at this point in the history
  • Loading branch information
bewebi committed Mar 6, 2025
1 parent 87e5b24 commit 057d150
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions changelog/v1.17.26/go-bump-1.23.7.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
changelog:
- type: DEPENDENCY_BUMP
description: Bump Go version to 1.23.7
dependencyOwner: golang
dependencyRepo: go
dependencyTag: v1.23.7
issueLink: https://github.com/solo-io/solo-projects/issues/7958
resolvesIssue: false
8 changes: 4 additions & 4 deletions ci/cloudbuild/publish-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:

- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.10.2'
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.11.2'
id: 'prepare-workspace'
args:
- '--repo-name'
Expand Down Expand Up @@ -44,7 +44,7 @@ steps:
- 'us-central1-a'

# Run make targets to push docker images to quay.io
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
id: 'publish-docker'
args:
- 'publish-docker'
Expand All @@ -65,7 +65,7 @@ steps:
waitFor:
- 'publish-docker'

- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
id: 'release-chart'
dir: *dir
args:
Expand All @@ -80,7 +80,7 @@ steps:
- 'gcr-auth'

# Run make targets to retag and push docker images to GCR
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
id: 'docker-push-extended-gcr'
dir: *dir
args:
Expand Down
12 changes: 6 additions & 6 deletions ci/cloudbuild/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:

- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.10.2'
- name: 'gcr.io/$PROJECT_ID/prepare-go-workspace:0.11.2'
id: 'prepare-workspace'
args:
- '--repo-name'
Expand All @@ -23,7 +23,7 @@ steps:
cd /go/pkg
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"
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
id: 'prepare-envoy'
dir: *dir
entrypoint: 'bash'
Expand Down Expand Up @@ -77,7 +77,7 @@ steps:
waitFor:
- 'prepare-gcr-zone'

- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.10.2'
- name: 'gcr.io/$PROJECT_ID/go-mod-make:0.11.2'
id: 'prepare-test-tools'
dir: *dir
args:
Expand All @@ -88,7 +88,7 @@ steps:
- 'prepare-gcr-zone'
- 'prepare-test-credentials'

- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10.2'
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11.2'
id: 'run-tests'
dir: *dir
entrypoint: 'make'
Expand All @@ -99,7 +99,7 @@ steps:
secretEnv:
- 'JWT_PRIVATE_KEY'

- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10.2'
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11.2'
id: 'run-e2e-tests'
dir: *dir
entrypoint: 'make'
Expand All @@ -110,7 +110,7 @@ steps:
secretEnv:
- 'JWT_PRIVATE_KEY'

- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.10.2'
- name: 'gcr.io/$PROJECT_ID/e2e-go-mod-ginkgo:0.11.2'
id: 'run-hashicorp-e2e-tests'
dir: *dir
entrypoint: 'make'
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-cache.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
options:
env:
- "_GO_VERSION=1.23.3"
- "_GO_VERSION=1.23.7"

steps:
- name: gcr.io/cloud-builders/gsutil
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/solo-io/gloo

go 1.23.3
go 1.23.7

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

0 comments on commit 057d150

Please sign in to comment.