From d545503910db24fbf0ce66d71b08de475714f738 Mon Sep 17 00:00:00 2001 From: thom Date: Tue, 29 Apr 2025 00:42:53 +0000 Subject: [PATCH] mf put wrong tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 176cfc3..0c9c8d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: build-all-platforms: stage: build tags: - - go-builder # Your self-hosted runner tag + - golang # Your self-hosted runner tag image: golang:latest script: - mkdir -p bin