Skip to content

Commit 457feb6

Browse files
authored
Update go to version 1.23.8 (#6116)
1 parent 6ed9512 commit 457feb6

File tree

26 files changed

+26
-26
lines changed

26 files changed

+26
-26
lines changed

.github/workflows/auto-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
PYTHON_VERSION: '3.13'
2424
PIP_VERSION: '24.2'
2525
REQUIREMENTS_PATH: "packaging/tests/requirements.txt"
26-
GO_VERSION: 1.23.7
26+
GO_VERSION: 1.23.8
2727

2828
jobs:
2929
cross-compile:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
env:
29-
GO_VERSION: 1.23.7
29+
GO_VERSION: 1.23.8
3030

3131
jobs:
3232
setup-environment:

.github/workflows/darwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
- '!packaging/**'
2020

2121
env:
22-
GO_VERSION: 1.23.7
22+
GO_VERSION: 1.23.8
2323

2424
concurrency:
2525
group: darwin-test-${{ github.event.pull_request.number || github.ref }}

.github/workflows/dotnet-instr-deployer-add-on.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
default: '6b4ebe426ca6'
2222

2323
env:
24-
GO_VERSION: 1.23.7
24+
GO_VERSION: 1.23.8
2525
# Provide default values for non-manually triggered executions
2626
splunk_uf_version: ${{ github.event.inputs.splunk_uf_version || '9.4.0' }}
2727
splunk_uf_build_hash: ${{ github.event.inputs.splunk_uf_build_hash || '6b4ebe426ca6' }}

.github/workflows/gendependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '.github/workflows/scripts/gendependabot.sh'
99

1010
env:
11-
GO_VERSION: 1.23.7
11+
GO_VERSION: 1.23.8
1212

1313
jobs:
1414
gendependabot:

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
env:
30-
GO_VERSION: 1.23.7
30+
GO_VERSION: 1.23.8
3131
jobs:
3232
agent-bundle-linux:
3333
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }}

.github/workflows/lint-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
env:
17-
GO_VERSION: 1.23.7
17+
GO_VERSION: 1.23.8
1818

1919
jobs:
2020
lint:

.github/workflows/linux-package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
PYTHON_VERSION: '3.13'
2323
PIP_VERSION: '24.2'
2424
REQUIREMENTS_PATH: "packaging/tests/requirements.txt"
25-
GO_VERSION: 1.23.7
25+
GO_VERSION: 1.23.8
2626

2727
jobs:
2828
setup-environment:

.github/workflows/otelcol-fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
GO_VERSION: 1.23.7
26+
GO_VERSION: 1.23.8
2727

2828
jobs:
2929
otelcol-fips:

.github/workflows/splunk-ta-otel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
env:
22-
GO_VERSION: 1.23.7
22+
GO_VERSION: 1.23.8
2323

2424
jobs:
2525
setup-environment:

0 commit comments

Comments
 (0)