Try to cache go modules
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b9f803231
commit
c770da4d12
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user