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: