Skip to content

Commit

Permalink
Merge pull request #57 from splunk/otl-2947
Browse files Browse the repository at this point in the history
Update go version for the go modules
  • Loading branch information
atoulme authored Sep 20, 2024
2 parents e277a43 + aff83ec commit 7b45fdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c3/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/c3

go 1.22.6
go 1.23

require (
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awss3exporter v0.108.0
Expand Down
2 changes: 1 addition & 1 deletion cfgschema/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/cfgschema

go 1.22.6
go 1.23

require (
cloud.google.com/go/auth v0.9.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion otto/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/splunk/collector-config-tools/otto

go 1.22.6
go 1.23

require (
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.108.0
Expand Down

0 comments on commit 7b45fdf

Please sign in to comment.