From f9cc37282c13462ddad0b560a41b4e14c72b3bfc Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 26 Sep 2018 15:42:19 +0800 Subject: [PATCH] update golang to 1.11 Signed-off-by: Bo-Yi Wu --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0887485..23a6ce3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ clone: pipeline: lint: - image: appleboy/golang-testing + image: golang:1.11 pull: true group: golang commands: @@ -19,21 +19,21 @@ pipeline: - make test-vendor linux_amd64: - image: appleboy/golang-testing + image: golang:1.11 pull: true group: golang commands: - make linux_amd64 linux_arm64: - image: appleboy/golang-testing + image: golang:1.11 pull: true group: golang commands: - make linux_arm64 linux_arm: - image: appleboy/golang-testing + image: golang:1.11 pull: true group: golang commands: @@ -49,7 +49,7 @@ pipeline: - make coverage release: - image: appleboy/golang-testing + image: golang:1.11 pull: true commands: - make release