Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 5b6b755 commit 7cf14b2
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-cluster/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
default: "kind"
env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"
runs:
using: "composite"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"
# renovate: datasource=github-releases depName=tcort/markdown-link-check
MARKDOWN_LINK_CHECK_VERSION: "v3.12.2"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
env:
KUBECONFIG: /tmp/kube-config-collector-e2e-testing
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"

jobs:
docker-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"

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

env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
# renovate: datasource=golang-version depName=go
GO_VERSION: "1.23.6"
GO_VERSION: "1.24.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion internal/confmap/provider/eecprovider/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Dynatrace/dynatrace-otel-collector/internal/confmap/provider/eecprovider

go 1.23.6
go 1.24.0

require (
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion internal/data-ingest-cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Dynatrace/dynatrace-otel-collector/internal/data-ingest-cli

go 1.23.6
go 1.24.0

require (
github.com/fluent/fluent-logger-golang v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion internal/mockeec/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/Dynatrace/dynatrace-otel-collector/internal/mockeec

go 1.23.6
go 1.24.0
2 changes: 1 addition & 1 deletion internal/testbed/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Dynatrace/dynatrace-otel-collector/internal/testbed

go 1.23.6
go 1.24.0

require (
github.com/Dynatrace/dynatrace-otel-collector/internal/testcommon v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion internal/testcommon/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module testcommon

go 1.23.6
go 1.24.0

require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/xk8stest v0.120.1
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/Dynatrace/dynatrace-otel-collector/internal/tools

go 1.23.6
go 1.24.0

require (
github.com/goreleaser/goreleaser/v2 v2.7.0
Expand Down

0 comments on commit 7cf14b2

Please sign in to comment.