Skip to content

Commit

Permalink
Bump go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Mar 19, 2024
1 parent c6c9092 commit cf655bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dynatrace-oss/opentelemetry-exporter-go/core

go 1.15
go 1.17

require (
github.com/stretchr/testify v1.7.1
Expand All @@ -9,3 +9,12 @@ require (
go.opentelemetry.io/otel/trace v1.7.0
google.golang.org/protobuf v1.33.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/dynatrace-oss/opentelemetry-exporter-go

go 1.15
go 1.17

0 comments on commit cf655bb

Please sign in to comment.