From c770da4d12ef35b4a206bc3bdac141efe3c4e816 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 21 Nov 2019 15:35:51 -0800 Subject: [PATCH] Try to cache go modules --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 182520b..ffffde5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: