diff --git a/.drone.yml b/.drone.yml index b1b6768..3f2ac21 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ workspace: pipeline: test: - image: golang:1.10 + image: golang:1.11 pull: true environment: - GO111MODULE=on @@ -13,7 +13,7 @@ pipeline: - go test -cover ./... build_linux_amd64: - image: golang:1.10 + image: golang:1.11 pull: true group: build environment: @@ -30,7 +30,7 @@ pipeline: fi # build_linux_i386: - # image: golang:1.10 + # image: golang:1.11 # pull: true # group: build # environment: @@ -47,7 +47,7 @@ pipeline: # fi # build_linux_arm64: - # image: golang:1.10 + # image: golang:1.11 # pull: true # group: build # environment: @@ -64,7 +64,7 @@ pipeline: # fi # build_linux_arm: - # image: golang:1.10 + # image: golang:1.11 # pull: true # group: build # environment: