Commit 6d22307
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: