Try to cache go modules
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2019-11-21 15:35:51 -08:00
parent 9b9f803231
commit c770da4d12
1 changed files with 5 additions and 0 deletions

View File

@ -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: