Skip to content

Commit

Permalink
[chore] Bump required Go version to 1.22.7 (#3581)
Browse files Browse the repository at this point in the history
This is because
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp 1.33.0
requires it.
  • Loading branch information
swiatekm authored Dec 30, 2024
1 parent 6691f6c commit b5fad50
Showing 1 changed file with 1 addition and 1 deletion.
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/open-telemetry/opentelemetry-operator

go 1.22.0
go 1.22.7

retract v1.51.0

Expand Down

0 comments on commit b5fad50

Please sign in to comment.