Skip to content

Commit 2c80264

Browse files
authored
[chore] Upgrade-golang-to-1.23.10 (#6324)
* Update golang to version 1.23.10 * makge gendependabot
1 parent 64854c0 commit 2c80264

File tree

28 files changed

+34
-27
lines changed

28 files changed

+34
-27
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ updates:
6262
- dependency-name: "github.com/open-telemetry/*"
6363
schedule:
6464
interval: "weekly"
65+
- package-ecosystem: "gomod"
66+
directory: "/packaging/technical-addon"
67+
ignore:
68+
- dependency-name: "go.opentelemetry.io/*"
69+
- dependency-name: "github.com/open-telemetry/*"
70+
schedule:
71+
interval: "weekly"
6572
- package-ecosystem: "gomod"
6673
directory: "/pkg/extension/smartagentextension"
6774
ignore:

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929
contents: write
3030

3131
env:
32-
GO_VERSION: 1.23.8
32+
GO_VERSION: 1.23.10
3333

3434
jobs:
3535
setup-environment:

.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.8
26+
GO_VERSION: 1.23.10
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
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
GO_VERSION: 1.23.8
15+
GO_VERSION: 1.23.10
1616

1717
jobs:
1818
setup-environment:

.github/workflows/darwin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
GO_VERSION: 1.23.8
10+
GO_VERSION: 1.23.10
1111

1212
concurrency:
1313
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
@@ -23,7 +23,7 @@ on:
2323
default: '6b4ebe426ca6'
2424

2525
env:
26-
GO_VERSION: 1.23.8
26+
GO_VERSION: 1.23.10
2727
# Provide default values for non-manually triggered executions
2828
splunk_uf_version: ${{ github.event.inputs.splunk_uf_version || '9.4.0' }}
2929
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.8
11+
GO_VERSION: 1.23.10
1212

1313
jobs:
1414
gendependabot:

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
GO_VERSION: 1.23.8
14+
GO_VERSION: 1.23.10
1515
jobs:
1616
agent-bundle-linux:
1717
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.8
17+
GO_VERSION: 1.23.10
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.8
25+
GO_VERSION: 1.23.10
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.8
26+
GO_VERSION: 1.23.10
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.8
22+
GO_VERSION: 1.23.10
2323
jobs:
2424
setup-environment:
2525
name: 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.8
17+
GO_VERSION: 1.23.10
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.8
25+
GO_VERSION: 1.23.10
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
@@ -8,7 +8,7 @@ on:
88
paths:
99

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

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

.gitlab-ci.yml

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

99
variables:
10-
GO_VERSION: 1.23.8
10+
GO_VERSION: 1.23.10
1111
WIN_2019_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2019
1212
WIN_2022_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2022
1313
SPLUNK_OTELCOL_DOWNLOAD_BASE:

examples/prometheus-federation/prom-counter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
go.opentelemetry.io/otel v0.20.0

examples/splunk-hec-traces/tracing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
go.opentelemetry.io/otel v1.1.0

examples/splunk-hec/logging/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require go.uber.org/zap v1.27.0
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/alecthomas/participle/v2 v2.1.4

internal/signalfx-agent/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/signalfx-agent
22

3-
go 1.23.8
3+
go 1.23.10
44

55
replace (
66
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/internal/tools
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/client9/misspell v0.3.4

packaging/dotnet-instr-deployer-add-on/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/splunk/splunk_otel_dotnet_deployer
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require github.com/stretchr/testify v1.10.0
66

pkg/extension/smartagentextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657

pkg/processor/timestampprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/stretchr/testify v1.10.0

pkg/receiver/smartagentreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/pkg/receiver/smartagentreceiver
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.127.0

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/tests
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require (
66
github.com/docker/docker v28.2.2+incompatible

tests/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/signalfx/splunk-otel-collector/tests/tools
22

3-
go 1.23.8
3+
go 1.23.10
44

55
require github.com/Songmu/gotesplit v0.3.1
66

0 commit comments

Comments
 (0)