From b37062f16be81d47f27cdf2f8537c104e7dced7b Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Mon, 22 Apr 2024 22:12:43 +0200 Subject: [PATCH] Not use minor version for now. Needs more investigation Signed-off-by: Friedrich Gonzalez --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7a604d357c..9353493893 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cortexproject/cortex -go 1.21.9 +go 1.21 require ( github.com/Masterminds/squirrel v1.5.4