From 3f96ebca30c12eabee6fbc8b2c3e18a164ada195 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sat, 13 Oct 2018 22:33:22 +0800 Subject: [PATCH] update golang to 1.11 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1635891..c5fc555 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ clone: pipeline: lint: - image: golang:1.10 + image: golang:1.11 pull: true commands: - make vet @@ -28,28 +28,28 @@ pipeline: event: [ push, pull_request ] build_linux_amd64: - image: golang:1.10 + image: golang:1.11 pull: true group: build commands: - make build_linux_amd64 build_linux_i386: - image: golang:1.10 + image: golang:1.11 pull: true group: build commands: - make build_linux_i386 build_linux_arm64: - image: golang:1.10 + image: golang:1.11 pull: true group: build commands: - make build_linux_arm64 build_linux_arm: - image: golang:1.10 + image: golang:1.11 pull: true group: build commands: