Skip to content

Commit eabab75

Browse files
authored
[chore] bump go version (#12597)
Latest version of go is causing toolchain change which breaks "Checks" Signed-off-by: Alex Boten <[email protected]>
1 parent 79a0331 commit eabab75

12 files changed

+18
-18
lines changed

.github/workflows/api-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3535
with:
36-
go-version: ~1.23.6
36+
go-version: ~1.23.7
3737

3838
# Generate apidiff states of Main
3939
- name: Generate-States

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3333
with:
34-
go-version: ~1.23.6
34+
go-version: ~1.23.7
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

.github/workflows/build-and-test-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2929
with:
30-
go-version: ~1.23.6
30+
go-version: ~1.23.7
3131
cache: false
3232
- name: Cache Go
3333
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Go
5757
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
5858
with:
59-
go-version: ~1.23.6
59+
go-version: ~1.23.7
6060
cache: false
6161
- name: Cache Go
6262
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2525
with:
26-
go-version: ~1.23.6
26+
go-version: ~1.23.7
2727
cache: false
2828
- name: Cache Go
2929
id: go-cache
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Go
4747
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4848
with:
49-
go-version: ~1.23.6
49+
go-version: ~1.23.7
5050
cache: false
5151
- name: Cache Go
5252
id: go-cache
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Go
7171
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
7272
with:
73-
go-version: ~1.23.6
73+
go-version: ~1.23.7
7474
cache: false
7575
- name: Cache Go
7676
id: go-cache
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Go
9696
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
9797
with:
98-
go-version: ~1.23.6
98+
go-version: ~1.23.7
9999
cache: false
100100
- name: Cache Go
101101
id: go-cache
@@ -200,7 +200,7 @@ jobs:
200200
- name: Setup Go
201201
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
202202
with:
203-
go-version: ~1.23.6
203+
go-version: ~1.23.7
204204
cache: false
205205
- name: Cache Go
206206
id: go-cache
@@ -264,7 +264,7 @@ jobs:
264264
- name: Setup Go
265265
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
266266
with:
267-
go-version: ~1.23.6
267+
go-version: ~1.23.7
268268
cache: false
269269
- name: Cache Go
270270
id: go-cache

.github/workflows/builder-integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737
with:
38-
go-version: ~1.23.6
38+
go-version: ~1.23.7
3939
- name: Test
4040
run: make builder-integration-test

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Go
3434
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3535
with:
36-
go-version: ~1.23.6
36+
go-version: ~1.23.7
3737
- name: Cache Go
3838
id: go-cache
3939
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2727
with:
28-
go-version: ~1.23.6
28+
go-version: ~1.23.7
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL

.github/workflows/contrib-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Go
6767
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
6868
with:
69-
go-version: ~1.23.6
69+
go-version: ~1.23.7
7070
cache: false
7171
- name: Run tests
7272
run: |

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1717
with:
18-
go-version: ~1.23.6
18+
go-version: ~1.23.7
1919

2020
- name: Run benchmark
2121
run: make gobenchmark

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup Go
131131
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
132132
with:
133-
go-version: ~1.23.6
133+
go-version: ~1.23.7
134134
# Prepare Core for release.
135135
# - Update CHANGELOG.md file, this is done via chloggen
136136
# - Run make prepare-release PREVIOUS_VERSION=1.0.0 RELEASE_CANDIDATE=1.1.0 MODSET=stable

0 commit comments

Comments
 (0)