[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
This commit is contained in:
Yang Song 2025-04-09 10:46:57 -04:00 committed by GitHub
parent 0f5d764c25
commit 3c5c8b12e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 18 additions and 18 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
# Generate apidiff states of Main
- name: Generate-States

View File

@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache

View File

@ -27,7 +27,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
@ -56,7 +56,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

View File

@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache
@ -46,7 +46,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache
@ -70,7 +70,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache
@ -95,7 +95,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache
@ -200,7 +200,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache
@ -264,7 +264,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache

View File

@ -35,6 +35,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
- name: Test
run: make builder-integration-test

View File

@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
- name: Cache Go
id: go-cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2

View File

@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -66,7 +66,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Run tests
run: |

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
- name: Run benchmark
run: make gobenchmark

View File

@ -130,7 +130,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
# Prepare Core for release.
# - Update CHANGELOG.md file, this is done via chloggen
# - Run make prepare-release PREVIOUS_VERSION=1.0.0 RELEASE_CANDIDATE=1.1.0 MODSET=stable

View File

@ -20,7 +20,7 @@ jobs:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.7
go-version: ~1.23.8
cache: false
- name: Cache Go
id: go-cache

View File

@ -4,7 +4,7 @@ module go.opentelemetry.io/collector/cmd/otelcorecol
go 1.23.0
toolchain go1.23.7
toolchain go1.23.8
require (
go.opentelemetry.io/collector/component v1.29.0