From 2c2448e7bc035537f379343525af51cb94af7f3c Mon Sep 17 00:00:00 2001 From: "Lucas Daniel Velazquez M." <19197331+Luxter77@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:51:15 -0300 Subject: [PATCH] Update go.mod with correct semantic versioning https://github.com/golang/go/issues/65568 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8372238..7b24408 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mrichman/hargo -go 1.22 +go 1.22.0 require ( github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c