Skip to content

Commit

Permalink
chore: Specify go version as major.minor.patch (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Finnigan <[email protected]>
  • Loading branch information
kenfinnigan authored Apr 22, 2024
1 parent d2d0367 commit ef71c8e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

module github.com/lumigo-io/lumigo-otel-collector-contrib

go 1.21
go 1.21.0

toolchain go1.21.9

require (
github.com/lumigo-io/lumigo-otel-collector-contrib/extension/lumigoauthextension v0.97.0
Expand Down
2 changes: 1 addition & 1 deletion extension/lumigoauthextension/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lumigo-io/lumigo-otel-collector-contrib/extension/lumigoauthextension

go 1.21
go 1.21.0

require (
github.com/stretchr/testify v1.9.0
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/lumigo-io/lumigo-otel-collector-contrib

go 1.21
go 1.21.0

require (
github.com/lumigo-io/lumigo-otel-collector-contrib/extension/lumigoauthextension v0.97.0
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/lumigo-io/lumigo-otel-collector-contrib/internal/k8sconfig

go 1.21
go 1.21.0

require (
github.com/openshift/client-go v0.0.0-20210521082421-73d9475a9142
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/lumigo-io/lumigo-otel-collector-contrib/internal/tools

go 1.21
go 1.21.0

require (
github.com/Khan/genqlient v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion processor/k8seventsenricherprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lumigo-io/lumigo-otel-collector-contrib/processor/k8seventsenricherprocessor

go 1.21
go 1.21.0

require (
github.com/google/uuid v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion processor/redactionbykeyprocessor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/lumigo-io/lumigo-otel-collector-contrib/processor/redactionbykeyprocessor

go 1.21
go 1.21.0

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit ef71c8e

Please sign in to comment.