Skip to content

Commit 72e84a5

Browse files
authored
Revert Go version to 1.22.0 (#120)
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.
1 parent b3638f1 commit 72e84a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/nginxinc/telemetry-exporter
22

3-
go 1.22.4
3+
go 1.22.0
44

55
require (
66
github.com/go-logr/logr v1.4.2

0 commit comments

Comments
 (0)