Commit c9279cc
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 ./...