Skip to content

Commit 40f5067

Browse files
vitess-botfrouiouinickvanw
authored
[release-22.0] Upgrade the Golang version to go1.24.9 (#18737)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Nick Van Wiggeren <[email protected]> Co-authored-by: frouioui <[email protected]> Co-authored-by: Nick Van Wiggeren <[email protected]>
1 parent 33ebeda commit 40f5067

21 files changed

+25
-21
lines changed

.github/workflows/upgrade_downgrade_test_backups_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: steps.changes.outputs.end_to_end == 'true'
6767
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868
with:
69-
go-version: 1.24.7
69+
go-version: 1.24.9
7070

7171
- name: Set up python
7272
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_backups_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_onlineddl_flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
if: steps.changes.outputs.end_to_end == 'true'
7878
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7979
with:
80-
go-version: 1.24.7
80+
go-version: 1.24.9
8181

8282
- name: Set up python
8383
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_query_serving_queries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_query_serving_queries_2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_query_serving_schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_reparent_old_vtctl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_reparent_old_vttablet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.changes.outputs.end_to_end == 'true'
7171
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
7272
with:
73-
go-version: 1.24.7
73+
go-version: 1.24.9
7474

7575
- name: Set up python
7676
if: steps.changes.outputs.end_to_end == 'true'

.github/workflows/upgrade_downgrade_test_semi_sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: steps.changes.outputs.end_to_end == 'true'
6767
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
6868
with:
69-
go-version: 1.24.7
69+
go-version: 1.24.9
7070

7171
- name: Set up python
7272
if: steps.changes.outputs.end_to_end == 'true'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ $(PROTO_GO_OUTS): minimaltools install_protoc-gen-go proto/*.proto
286286
# This rule builds the bootstrap images for all flavors.
287287
DOCKER_IMAGES_FOR_TEST = mysql80 mysql84 percona80
288288
DOCKER_IMAGES = common $(DOCKER_IMAGES_FOR_TEST)
289-
BOOTSTRAP_VERSION=43.3
289+
BOOTSTRAP_VERSION=43.4
290290
ensure_bootstrap_version:
291291
find docker/ -type f -exec sed -i "s/^\(ARG bootstrap_version\)=.*/\1=${BOOTSTRAP_VERSION}/" {} \;
292292
sed -i 's/\(^.*flag.String(\"bootstrap-version\",\) *\"[^\"]\+\"/\1 \"${BOOTSTRAP_VERSION}\"/' test.go

0 commit comments

Comments
 (0)