Try to cache go modules
This commit is contained in:
@@ -3,6 +3,11 @@ kind: pipeline
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: download modules
|
||||||
|
image: golang:1.12
|
||||||
|
commands:
|
||||||
|
- go mod download
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: golang:1.12
|
image: golang:1.12
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user