Skip to content

Commit 406d659

Browse files
authored
Update go version to 1.23.7 (#6003)
* Update go version to 1.23.7 * Update version for GH workflows that had " or ' delimiters * Use GO_VERSION pattern on gitlab-ci too * make gendependabot
1 parent cf5223c commit 406d659

15 files changed

+22
-14
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ updates:
5555
- dependency-name: "github.com/open-telemetry/*"
5656
schedule:
5757
interval: "weekly"
58+
- package-ecosystem: "gomod"
59+
directory: "/packaging/dotnet-instr-deployer-add-on"
60+
ignore:
61+
- dependency-name: "go.opentelemetry.io/*"
62+
- dependency-name: "github.com/open-telemetry/*"
63+
schedule:
64+
interval: "weekly"
5865
- package-ecosystem: "gomod"
5966
directory: "/pkg/extension/smartagentextension"
6067
ignore:

.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/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.6'
22+
GO_VERSION: 1.23.7
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.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/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.6"
30+
GO_VERSION: 1.23.7
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.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/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.6"
26+
GO_VERSION: 1.23.7
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.6
22+
GO_VERSION: 1.23.7
2323

2424
jobs:
2525
setup-environment:

.github/workflows/vuln-scans.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- cron: '0 0 * * 1-5' # Every weekday at midnight UTC
1515

1616
env:
17-
GO_VERSION: '1.23.6'
17+
GO_VERSION: 1.23.7
1818

1919
concurrency:
2020
group: vuln-scans-${{ github.event.pull_request.number || github.ref }}

.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:

.github/workflows/windows-test.yml

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

2020
env:
21-
GO_VERSION: '1.23.6'
21+
GO_VERSION: 1.23.7
2222

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

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ default:
77
- "$SECRETS_URL"
88

99
variables:
10+
GO_VERSION: 1.23.7
1011
WIN_2019_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2019
1112
WIN_2022_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2022
1213
SPLUNK_OTELCOL_DOWNLOAD_BASE:
@@ -163,7 +164,7 @@ fossa:
163164
fi
164165
165166
.go-cache:
166-
image: '${DOCKER_HUB_REPO}/golang:1.23.6'
167+
image: '${DOCKER_HUB_REPO}/golang:${GO_VERSION}'
167168
variables:
168169
GOPATH: "$CI_PROJECT_DIR/.go"
169170
before_script:

0 commit comments

Comments
 (0)