Skip to content

Commit

Permalink
Revert Go version to 1.22.0 (#120)
Browse files Browse the repository at this point in the history
This is a library so it will be compiled with the version specified in
the project that imports it. This also is treated by Go as a minimum
suggested version and we should only increase it if we need new features
from the language. Bumping this to the latest version only means that
the projects importing it will be forced to update to the same version.
  • Loading branch information
lucacome committed Jun 6, 2024
1 parent b3638f1 commit 72e84a5
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/nginxinc/telemetry-exporter

go 1.22.4
go 1.22.0

require (
github.com/go-logr/logr v1.4.2
Expand Down

0 comments on commit 72e84a5

Please sign in to comment.