upgrade to 1.10
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
a2a49f1249
commit
d549026e50
12
.drone.yml
12
.drone.yml
@ -10,7 +10,7 @@ clone:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
secrets: [ telegram_token, telegram_to ]
|
secrets: [ telegram_token, telegram_to ]
|
||||||
commands:
|
commands:
|
||||||
@ -22,28 +22,28 @@ pipeline:
|
|||||||
- make coverage
|
- make coverage
|
||||||
|
|
||||||
build_linux_amd64:
|
build_linux_amd64:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_amd64
|
- make build_linux_amd64
|
||||||
|
|
||||||
build_linux_i386:
|
build_linux_i386:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_i386
|
- make build_linux_i386
|
||||||
|
|
||||||
build_linux_arm64:
|
build_linux_arm64:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
- make build_linux_arm64
|
- make build_linux_arm64
|
||||||
|
|
||||||
build_linux_arm:
|
build_linux_arm:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
group: build
|
group: build
|
||||||
commands:
|
commands:
|
||||||
@ -58,7 +58,7 @@ pipeline:
|
|||||||
event: [ push, pull_request ]
|
event: [ push, pull_request ]
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: appleboy/golang-testing:1.9.2
|
image: appleboy/golang-testing:1.10.0
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release
|
- make release
|
||||||
|
Loading…
Reference in New Issue
Block a user