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