From 970f7f678030216dfe6e5a6ec71a22f3acf220b8 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sun, 3 Feb 2019 19:17:28 +0000 Subject: [PATCH] Backport #31 (#33) --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8713144..9e70fe2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ clone: pipeline: deps: - image: golang:1.10 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -18,14 +18,14 @@ pipeline: - go get -u github.com/golang/dep/cmd/dep - dep ensure test: - image: golang:1.10 + image: golang:1.11.5 pull: true environment: GOPATH: /go commands: - make test static: - image: golang:1.10 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -35,7 +35,7 @@ pipeline: event: [ push ] branch: [ master ] static: - image: golang:1.10 + image: golang:1.11.5 pull: true environment: GOPATH: /go @@ -97,4 +97,5 @@ pipeline: services: gitea: image: jonasfranz/gitea-service - pull: true \ No newline at end of file + pull: true +