Skip to content

[chore] Upgrade golang to version 1.23.10 #6323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ updates:
- dependency-name: "github.com/open-telemetry/*"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/packaging/technical-addon"
ignore:
- dependency-name: "go.opentelemetry.io/*"
- dependency-name: "github.com/open-telemetry/*"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/pkg/extension/smartagentextension"
ignore:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:
contents: write

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
PYTHON_VERSION: '3.13'
PIP_VERSION: '24.2'
REQUIREMENTS_PATH: "packaging/tests/requirements.txt"
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
cross-compile:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

concurrency:
group: darwin-test-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-instr-deployer-add-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
default: '6b4ebe426ca6'

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10
# Provide default values for non-manually triggered executions
splunk_uf_version: ${{ github.event.inputs.splunk_uf_version || '9.4.0' }}
splunk_uf_build_hash: ${{ github.event.inputs.splunk_uf_build_hash || '6b4ebe426ca6' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gendependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '.github/workflows/scripts/gendependabot.sh'

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
gendependabot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10
jobs:
agent-bundle-linux:
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
PYTHON_VERSION: '3.13'
PIP_VERSION: '24.2'
REQUIREMENTS_PATH: "packaging/tests/requirements.txt"
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/otelcol-fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
otelcol-fips:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/splunk-ta-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10
jobs:
setup-environment:
name: setup-environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vuln-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: '0 0 * * 1-5' # Every weekday at midnight UTC

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

concurrency:
group: vuln-scans-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

jobs:
setup-environment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
paths:

env:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10

concurrency:
group: windows-test-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default:
- "$SECRETS_URL"

variables:
GO_VERSION: 1.23.8
GO_VERSION: 1.23.10
WIN_2019_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2019
WIN_2022_BASE_IMAGE: mcr.microsoft.com/windows/servercore:ltsc2022
SPLUNK_OTELCOL_DOWNLOAD_BASE:
Expand Down
2 changes: 1 addition & 1 deletion examples/prometheus-federation/prom-counter/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/prometheus-federation/prom-counter

go 1.23.8
go 1.23.10

require (
go.opentelemetry.io/otel v0.20.0
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk-hec-traces/tracing/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec-traces/tracing

go 1.23.8
go 1.23.10

require (
go.opentelemetry.io/otel v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/splunk-hec/logging/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/examples/splunk-hec/logging

go 1.23.8
go 1.23.10

require go.uber.org/zap v1.27.0

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector

go 1.23.8
go 1.23.10

require (
github.com/alecthomas/participle/v2 v2.1.4
Expand Down
2 changes: 1 addition & 1 deletion internal/signalfx-agent/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/signalfx-agent

go 1.23.8
go 1.23.10

replace (
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/internal/tools

go 1.23.8
go 1.23.10

require (
github.com/client9/misspell v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion packaging/dotnet-instr-deployer-add-on/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/splunk_otel_dotnet_deployer

go 1.23.8
go 1.23.10

require github.com/stretchr/testify v1.10.0

Expand Down
2 changes: 1 addition & 1 deletion pkg/extension/smartagentextension/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/pkg/extension/smartagentextension

go 1.23.8
go 1.23.10

require (
github.com/signalfx/defaults v1.2.2-0.20180531161417-70562fe60657
Expand Down
2 changes: 1 addition & 1 deletion pkg/processor/timestampprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/pkg/processor/timestampprocessor

go 1.23.8
go 1.23.10

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/receiver/smartagentreceiver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/pkg/receiver/smartagentreceiver

go 1.23.8
go 1.23.10

require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.127.0
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/tests

go 1.23.8
go 1.23.10

require (
github.com/docker/docker v28.2.2+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/signalfx/splunk-otel-collector/tests/tools

go 1.23.8
go 1.23.10

require github.com/Songmu/gotesplit v0.3.1

Expand Down
Loading