Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.23.4 (#395)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
renovate[bot] and odubajDT authored Dec 6, 2024
1 parent 6c2db4b commit b52d918
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 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.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.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.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

0 comments on commit b52d918

Please sign in to comment.