Skip to content

Commit

Permalink
chore: Update golang to 1.23.4 and alpine to 3.21 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Dec 13, 2024
1 parent 64f357c commit eacdd5c
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cmd/otelkymacol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/kyma-project/opentelemetry-collector-components/cmd/otelkymacol

go 1.23.1
go 1.23.4

require (
github.com/kyma-project/opentelemetry-collector-components/receiver/dummyreceiver v0.0.1
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/kyma-project/opentelemetry-collector-components

go 1.23.1
go 1.23.4

require (
github.com/kyma-project/opentelemetry-collector-components/receiver/dummyreceiver v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion internal/k8sconfig/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/opentelemetry-collector-components/internal/k8sconfig

go 1.23.1
go 1.23.4

require k8s.io/client-go v0.31.3

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/kyma-project/opentelemetry-collector-components/internal/tools

go 1.23.1
go 1.23.4

require (
github.com/golangci/golangci-lint v1.62.2
Expand Down
4 changes: 2 additions & 2 deletions otel-collector/envs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OTEL_VERSION=0.115.0
OTEL_CONTRIB_VERSION=0.115.0
GOLANG_VERSION=1.23.1
ALPINE_VERSION=3.20
GOLANG_VERSION=1.23.4
ALPINE_VERSION=3.21
2 changes: 1 addition & 1 deletion receiver/dummyreceiver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/opentelemetry-collector-components/receiver/dummyreceiver

go 1.23.1
go 1.23.4

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion receiver/kymastatsreceiver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/opentelemetry-collector-components/receiver/kymastatsreceiver

go 1.23.1
go 1.23.4

require (
github.com/google/go-cmp v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion receiver/singletonreceivercreator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/kyma-project/opentelemetry-collector-components/receiver/singletonreceivercreator

go 1.23.1
go 1.23.4

require (
github.com/kyma-project/opentelemetry-collector-components/internal/k8sconfig v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit eacdd5c

Please sign in to comment.