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
|
# global settings
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GOFLAGS: "-buildvcs=false"
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- build
|
- build
|
||||||
|
Reference in New Issue
Block a user