Skip to content

Commit

Permalink
chore: Update to golang 1.22.5 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Jul 10, 2024
1 parent a2680c8 commit 2ebc315
Show file tree
Hide file tree
Showing 9 changed files with 10 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.22.4
go 1.22.5

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.22.3
go 1.22.5

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.22.3
go 1.22.5

require k8s.io/client-go v0.30.2

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.22.3
go 1.22.5

require (
github.com/golangci/golangci-lint v1.59.1
Expand Down
2 changes: 1 addition & 1 deletion otel-collector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GOLANG_VERSION

FROM golang:${GOLANG_VERSION}-alpine as build
FROM golang:${GOLANG_VERSION}-alpine${ALPINE_VERSION} as build
ARG OTEL_VERSION
ARG OTEL_CONTRIB_VERSION=${OTEL_VERSION}

Expand Down
3 changes: 2 additions & 1 deletion otel-collector/envs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
OTEL_VERSION=0.104.0
OTEL_CONTRIB_VERSION=0.104.0
GOLANG_VERSION=1.22
GOLANG_VERSION=1.22.5
ALPINE_VERSION=3.20
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.22.3
go 1.22.5

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.22.4
go 1.22.5

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.22.4
go 1.22.5

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

0 comments on commit 2ebc315

Please sign in to comment.