Skip to content

Commit 2ac89c3

Browse files
authored
[chore] bump go version to 1.23.10 in CIs (#13194)
#### Description bump go version to 1.23.10 in CIs to fix go vulnerability counterpart in contrib: open-telemetry/opentelemetry-collector-contrib#40636
1 parent 4ddf2cc commit 2ac89c3

13 files changed

Lines changed: 19 additions & 19 deletions

.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.9
36+
go-version: 1.23.10
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.9
34+
go-version: 1.23.10
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.9
30+
go-version: 1.23.10
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.9
59+
go-version: 1.23.10
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.9
26+
go-version: 1.23.10
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.9
49+
go-version: 1.23.10
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.9
73+
go-version: 1.23.10
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.9
98+
go-version: 1.23.10
9999
cache: false
100100
- name: Cache Go
101101
id: go-cache
@@ -202,7 +202,7 @@ jobs:
202202
- name: Setup Go
203203
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
204204
with:
205-
go-version: 1.23.9
205+
go-version: 1.23.10
206206
cache: false
207207
- name: Cache Go
208208
id: go-cache
@@ -266,7 +266,7 @@ jobs:
266266
- name: Setup Go
267267
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
268268
with:
269-
go-version: 1.23.9
269+
go-version: 1.23.10
270270
cache: false
271271
- name: Cache Go
272272
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.9
38+
go-version: 1.23.10
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.9
36+
go-version: 1.23.10
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.9
28+
go-version: 1.23.10
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.9
69+
go-version: 1.23.10
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.9
18+
go-version: 1.23.10
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.9
133+
go-version: 1.23.10
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)