Skip to content

Commit 3c5c8b1

Browse files
authored
[chore][security] bump go version to 1.23.8 (#12813)
#### Description bump go version to 1.23.8 to fix [CVE-2025-22871](https://www.cve.org/CVERecord?id=CVE-2025-22871) https://pkg.go.dev/vuln/GO-2025-3563
1 parent 0f5d764 commit 3c5c8b1

12 files changed

+18
-18
lines changed

.github/workflows/api-compatibility.yml

+1-1
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.7
36+
go-version: ~1.23.8
3737

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

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

+1-1
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.7
34+
go-version: ~1.23.8
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

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

+2-2
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.7
30+
go-version: ~1.23.8
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.7
59+
go-version: ~1.23.8
6060
cache: false
6161
- name: Cache Go
6262
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

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

+6-6
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.7
26+
go-version: ~1.23.8
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.7
49+
go-version: ~1.23.8
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.7
73+
go-version: ~1.23.8
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.7
98+
go-version: ~1.23.8
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.7
203+
go-version: ~1.23.8
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.7
267+
go-version: ~1.23.8
268268
cache: false
269269
- name: Cache Go
270270
id: go-cache

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

+1-1
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.7
38+
go-version: ~1.23.8
3939
- name: Test
4040
run: make builder-integration-test

.github/workflows/changelog.yml

+1-1
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.7
36+
go-version: ~1.23.8
3737
- name: Cache Go
3838
id: go-cache
3939
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

.github/workflows/codeql-analysis.yml

+1-1
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.7
28+
go-version: ~1.23.8
2929

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

.github/workflows/contrib-tests.yml

+1-1
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.7
69+
go-version: ~1.23.8
7070
cache: false
7171
- name: Run tests
7272
run: |

.github/workflows/perf.yml

+1-1
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.7
18+
go-version: ~1.23.8
1919

2020
- name: Run benchmark
2121
run: make gobenchmark

.github/workflows/prepare-release.yml

+1-1
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.7
133+
go-version: ~1.23.8
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

.github/workflows/tidy-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.head_ref }}
2121
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2222
with:
23-
go-version: ~1.23.7
23+
go-version: ~1.23.8
2424
cache: false
2525
- name: Cache Go
2626
id: go-cache

cmd/otelcorecol/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module go.opentelemetry.io/collector/cmd/otelcorecol
44

55
go 1.23.0
66

7-
toolchain go1.23.7
7+
toolchain go1.23.8
88

99
require (
1010
go.opentelemetry.io/collector/component v1.29.0

0 commit comments

Comments
 (0)