From 913878dff0b9c8ba0a8b58e437eb0d64e7f20ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mester=20G=C3=A1bor?= Date: Thu, 19 Mar 2026 07:24:12 +0100 Subject: [PATCH] fix: bump Go version to 1.26.1 to match go.mod requirement --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 655ea3c..79cf1bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: variables: APP_NAME: greq - GO_VERSION: "1.23" + GO_VERSION: "1.26.1" # ── Build binaries for all platforms ──────────────────────────────────────────