From 061806e33272b5d6baa1aaf97ce791df6b2868ff Mon Sep 17 00:00:00 2001 From: Denis Gukov Date: Sat, 28 Sep 2024 15:53:10 +0500 Subject: [PATCH] fix(be): As of Go 1.21, toolchain versions must use the 1.N.P syntax --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index acf2c5d48..b1a83f29b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ansible-semaphore/semaphore -go 1.21 +go 1.21.0 require ( github.com/Masterminds/squirrel v1.5.4