fix: use go mod download
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ deps:
|
|||||||
stage: deps
|
stage: deps
|
||||||
image: golang:1.14
|
image: golang:1.14
|
||||||
script:
|
script:
|
||||||
- go get -mod=readonly
|
- go mod download
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
|||||||
Reference in New Issue
Block a user