Commit 54e1151

mo khan <mo@mokhan.ca>
2024-05-18 17:30:05
chore: install git in alpine:golang image
1 parent 250ceb5
Changed files (1)
.gitlab-ci.yml
@@ -9,5 +9,7 @@ go_build:
     GOOS: linux
     GOARCH: amd64
     CGO_ENABLED: 0
+  before_script:
+    - apk add --no-cache git
   script:
     - go build -o stanuki cmd/stanuki/main.go