From 78c8a34ae18b9eb0c66fa815e230747106832746 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 3 Feb 2019 18:53:58 +0000 Subject: [PATCH] Patch version of golang (#31) --- .drone.yml => drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .drone.yml => drone.yml (94%) diff --git a/.drone.yml b/drone.yml similarity index 94% rename from .drone.yml rename to drone.yml index fe05eb6..0a14b18 100644 --- a/.drone.yml +++ b/drone.yml @@ -10,7 +10,7 @@ clone: pipeline: deps: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -20,14 +20,14 @@ pipeline: - go get -u github.com/gobuffalo/packr/... - packr -z test: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go commands: - make test build coverage: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -35,7 +35,7 @@ pipeline: commands: - make coverage static: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -45,7 +45,7 @@ pipeline: event: [ push ] branch: [ master ] static: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -54,7 +54,7 @@ pipeline: when: event: [ tag ] clean: - image: golang:1.11.2 + image: golang:1.11.5 pull: true environment: GOPATH: /go