From b47eb9ea120f9eccb74ab40c1013fa5902b79689 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Fri, 17 Jan 2025 10:40:44 +0300 Subject: [PATCH] ci: fix publish on arm64 We need to specify a full version of Go because mage unable to download a toolchain just by major.minor. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c7d80a89d..4d4bbbce3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/tarantool/tt -go 1.22 +go 1.22.10 require ( github.com/adam-hanna/arrayOperations v0.2.6