From e93ebf17bdd421b1036ae2138fbf0c65afb7b1aa Mon Sep 17 00:00:00 2001 From: Fabian Holler Date: Thu, 8 Feb 2024 12:11:26 +0100 Subject: [PATCH] go.mod: change version to 1.22.0 gopls does not work when only specifying the major and minor version anymore with go 1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 51a17be..ab92de1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/simplesurance/dependencies-tool -go 1.22 +go 1.22.0 require ( github.com/BurntSushi/toml v0.3.1