From 7cef8f0edd52a62d6ecbe7b425ce5b1fb8ae4bc8 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 20 Aug 2015 10:31:47 -0700 Subject: [PATCH] bump go version in yaml --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index e04b9033a..187ab4618 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,4 @@ -image: go1.3 +image: go1.4 git: path: github.com/drone/drone env: @@ -37,11 +37,12 @@ clone: path: github.com/drone/drone build: - image: golang:1.4.2 + image: golang:1.5.0 commands: - export GOPATH=/drone - export PATH=$PATH:$GOPATH/bin - go get -u github.com/jteeuwen/go-bindata/... - - make bindata deps - - make build + - make deps + - make - make test + - make dist