Commit 6d22307

mo khan <mo@mokhan.ca>
2024-06-05 18:01:26
Install mage in CI
1 parent 9af47f2
Changed files (1)
.gitlab-ci.yml
@@ -13,6 +13,7 @@ go_build:
   before_script:
     - apk add --no-cache git
   script:
+    - go install github.com/magefile/mage@latest
     - go build -o stanuki cmd/stanuki/main.go
 
 go_test: