From 3a94f5fefbf2a4c8790f83e151c01c7f9f3b8ebc Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 29 Jan 2021 21:06:48 +0000 Subject: [PATCH] Build the release using the Go image --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e671b1..b0e788a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ test: release: stage: upload_pkg + image: golang:1.15 variables: VERSION: $CI_COMMIT_TAG script: | -- GitLab