Skip to content

Commit

Permalink
[connector/datadog] Fix go directive (open-telemetry#26356)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

The `go` directive was pointing to Go 1.19 instead of Go 1.20.
  • Loading branch information
mx-psi authored Aug 31, 2023
1 parent 3568689 commit 23cd8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/open-telemetry/opentelemetry-collector-contrib/connector/datadogconnector

go 1.19
go 1.20

require (
github.com/DataDog/datadog-agent/pkg/proto v0.48.0-beta.1
Expand Down

0 comments on commit 23cd8a1

Please sign in to comment.