Skip to content

Commit 2a9c501

Browse files
committed
Update go version to 1.23.7
1 parent 649e40c commit 2a9c501

8 files changed

+8
-8
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.6
26+
GO_VERSION: 1.23.7
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.6
29+
GO_VERSION: 1.23.7
3030

3131
jobs:
3232
setup-environment:

.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.6
24+
GO_VERSION: 1.23.7
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.6
11+
GO_VERSION: 1.23.7
1212

1313
jobs:
1414
gendependabot:

.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.6
17+
GO_VERSION: 1.23.7
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.6
25+
GO_VERSION: 1.23.7
2626

2727
jobs:
2828
setup-environment:

.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.6
22+
GO_VERSION: 1.23.7
2323

2424
jobs:
2525
setup-environment:

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

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

2424
env:
25-
GO_VERSION: 1.23.6
25+
GO_VERSION: 1.23.7
2626

2727
jobs:
2828
setup-environment:

0 commit comments

Comments
 (0)