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