Commit c9279cc

mo khan <mo@mokhan.ca>
2024-06-05 18:02:23
install mage again
1 parent 6d22307
Changed files (1)
.gitlab-ci.yml
@@ -21,4 +21,5 @@ go_test:
   before_script:
     - apk add --no-cache git
   script:
+    - go install github.com/magefile/mage@latest
     - go test -v ./...