From 50baeaa41ef6684d95fbaba1c2c90ab67ac1f5e9 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sun, 5 Mar 2017 19:14:24 +1100 Subject: [PATCH] bump go version --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dab3270ec..d76a7a143 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ workspace: pipeline: test: - image: golang:1.6 + image: golang:1.8 environment: - GO15VENDOREXPERIMENT=1 commands: @@ -12,7 +12,7 @@ pipeline: - make test test_postgres test_mysql compile: - image: golang:1.6 + image: golang:1.8 environment: - GO15VENDOREXPERIMENT=1 - GOPATH=/go