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:
|
||||
test:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
secrets: [ telegram_token, telegram_to ]
|
||||
commands:
|
||||
@ -22,28 +22,28 @@ pipeline:
|
||||
- make coverage
|
||||
|
||||
build_linux_amd64:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
group: build
|
||||
commands:
|
||||
- make build_linux_amd64
|
||||
|
||||
build_linux_i386:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
group: build
|
||||
commands:
|
||||
- make build_linux_i386
|
||||
|
||||
build_linux_arm64:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
group: build
|
||||
commands:
|
||||
- make build_linux_arm64
|
||||
|
||||
build_linux_arm:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
group: build
|
||||
commands:
|
||||
@ -58,7 +58,7 @@ pipeline:
|
||||
event: [ push, pull_request ]
|
||||
|
||||
release:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
commands:
|
||||
- make release
|
||||
|
Loading…
Reference in New Issue
Block a user