From f3b852a49602f3089eef11d111671d91b421170b Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Fri, 8 Dec 2023 15:16:18 +0100
Subject: [PATCH] refactor(yaml): replace anchors with ref tags

---
 templates/gitlab-ci-golang.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-golang.yml b/templates/gitlab-ci-golang.yml
index 61b3553..fedf6fb 100644
--- a/templates/gitlab-ci-golang.yml
+++ b/templates/gitlab-ci-golang.yml
@@ -384,7 +384,7 @@ stages:
     paths:
       - $GO_PROJECT_DIR/.cache/
   before_script:
-    - *go-scripts
+    - !reference [.go-scripts]
     - |
       if command -v git > /dev/null
       then
-- 
GitLab