Skip to content
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

chore(deps): update dependency go to v1.23.4 #402

Merged
merged 2 commits into from
Dec 9, 2024
Merged
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
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.3"
GO_VERSION: "1.23.4"
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.3"
GO_VERSION: "1.23.4"
# renovate: datasource=github-releases depName=tcort/markdown-link-check
MARKDOWN_LINK_CHECK_VERSION: "v3.13.6"

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.3"
GO_VERSION: "1.23.4"

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.3"
GO_VERSION: "1.23.4"

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.3"
GO_VERSION: "1.23.4"

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.3"
GO_VERSION: "1.23.4"

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.3"
GO_VERSION: "1.23.4"

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.3
go 1.23.4

require (
github.com/stretchr/testify v1.10.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.3
go 1.23.4
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.3
go 1.23.4

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.3
go 1.23.4

require (
github.com/docker/docker v27.3.1+incompatible
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.3
go 1.23.4

require (
github.com/goreleaser/goreleaser/v2 v2.4.8
Expand Down
Loading