Browse Source

Add "apk add git" to GitLab CI.

Go 1.18 will now look for Git to obtain build info.
Qi Xiao 2 years ago
parent
commit
7a806b7ea2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -5,6 +5,7 @@ variables:
 
 before_script:
   - go version
+  - apk add git
 
 test:
   script: