update go version to 1.9.2
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
ab50632b1c
commit
56ac8e4b61
16
.drone.yml
16
.drone.yml
|
@ -10,21 +10,21 @@ clone:
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make deps
|
- make deps
|
||||||
- make embedmd
|
- make embedmd
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make vet
|
- make vet
|
||||||
- make lint
|
- make lint
|
||||||
|
|
||||||
vendor:
|
vendor:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make test-vendor
|
- make test-vendor
|
||||||
|
@ -32,25 +32,25 @@ pipeline:
|
||||||
- make fmt-check
|
- make fmt-check
|
||||||
|
|
||||||
build_linux_amd64:
|
build_linux_amd64:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make docker_build
|
- make docker_build
|
||||||
|
|
||||||
build_linux_arm64:
|
build_linux_arm64:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make docker_build_arm64
|
- make docker_build_arm64
|
||||||
|
|
||||||
build_linux_arm:
|
build_linux_arm:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make docker_build_arm
|
- make docker_build_arm
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
group: golang
|
group: golang
|
||||||
secrets: [ android_test_token, android_api_key ]
|
secrets: [ android_test_token, android_api_key ]
|
||||||
commands:
|
commands:
|
||||||
|
@ -65,7 +65,7 @@ pipeline:
|
||||||
event: [ push, pull_request ]
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: appleboy/golang-testing:1.9.1
|
image: appleboy/golang-testing:1.9.2
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release
|
- make release
|
||||||
|
|
Loading…
Reference in New Issue