ci: disable go's buildvcs (MR 19)
This was added in 1.18, and requires git. We don't use it for versioning.
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
# global settings
|
||||
image: alpine:edge
|
||||
|
||||
variables:
|
||||
GOFLAGS: "-buildvcs=false"
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- build
|
||||
|
Reference in New Issue
Block a user