update golang to 1.11
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
d275ddbccb
commit
9c3e923959
20
.drone.yml
20
.drone.yml
|
@ -10,7 +10,7 @@ clone:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
|
@ -18,7 +18,7 @@ pipeline:
|
||||||
- make embedmd
|
- make embedmd
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
|
@ -26,7 +26,7 @@ pipeline:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
|
@ -35,35 +35,35 @@ pipeline:
|
||||||
- make fmt-check
|
- make fmt-check
|
||||||
|
|
||||||
build_linux_amd64:
|
build_linux_amd64:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_amd64
|
- make build_linux_amd64
|
||||||
|
|
||||||
build_linux_i386:
|
build_linux_i386:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_i386
|
- make build_linux_i386
|
||||||
|
|
||||||
build_linux_arm64:
|
build_linux_arm64:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_arm64
|
- make build_linux_arm64
|
||||||
|
|
||||||
build_linux_arm:
|
build_linux_arm:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_arm
|
- make build_linux_arm
|
||||||
|
|
||||||
# coverage:
|
# coverage:
|
||||||
# image: golang:1.10
|
# image: golang:1.11
|
||||||
# pull: true
|
# pull: true
|
||||||
# group: golang
|
# group: golang
|
||||||
# secrets: [ android_test_token, android_api_key ]
|
# secrets: [ android_test_token, android_api_key ]
|
||||||
|
@ -73,7 +73,7 @@ pipeline:
|
||||||
# event: [ push, pull_request ]
|
# event: [ push, pull_request ]
|
||||||
|
|
||||||
# generate-coverage:
|
# generate-coverage:
|
||||||
# image: golang:1.10
|
# image: golang:1.11
|
||||||
# pull: true
|
# pull: true
|
||||||
# commands:
|
# commands:
|
||||||
# - make coverage
|
# - make coverage
|
||||||
|
@ -89,7 +89,7 @@ pipeline:
|
||||||
# event: [ push, pull_request ]
|
# event: [ push, pull_request ]
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: golang:1.10
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release
|
- make release
|
||||||
|
|
Loading…
Reference in New Issue