[chore] update go patch version in cmd/otelcorecol and github actions (#13030)

Set the exact version in github action to avoid unexpected check
failures. Rely on dependabot instead

Unblocks
https://github.com/open-telemetry/opentelemetry-collector/pull/13026/ by
resolving
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/14986150777/job/42100364641
This commit is contained in:
Dmitry Anoshin 2025-05-12 21:07:18 -07:00 committed by GitHub
parent 0bef08994d
commit 67920d4681
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.8
go-version: 1.23.9
# 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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
cache: false
- name: Cache Go
id: go-cache
@ -202,7 +202,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.8
go-version: 1.23.9
cache: false
- name: Cache Go
id: go-cache
@ -266,7 +266,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: ~1.23.8
go-version: 1.23.9
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.8
go-version: 1.23.9
- 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.8
go-version: 1.23.9
- 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.8
go-version: 1.23.9
# 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.8
go-version: 1.23.9
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.8
go-version: 1.23.9
- 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.8
go-version: 1.23.9
# 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.8
go-version: 1.23.9
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.8
toolchain go1.23.9
require (
go.opentelemetry.io/collector/component v1.31.0