mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-07-02 21:52:51 +08:00
update golang to 1.11
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
6e431b0c53
commit
f9cc37282c
10
.drone.yml
10
.drone.yml
@ -10,7 +10,7 @@ clone:
|
|||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint:
|
lint:
|
||||||
image: appleboy/golang-testing
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
@ -19,21 +19,21 @@ pipeline:
|
|||||||
- make test-vendor
|
- make test-vendor
|
||||||
|
|
||||||
linux_amd64:
|
linux_amd64:
|
||||||
image: appleboy/golang-testing
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make linux_amd64
|
- make linux_amd64
|
||||||
|
|
||||||
linux_arm64:
|
linux_arm64:
|
||||||
image: appleboy/golang-testing
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
- make linux_arm64
|
- make linux_arm64
|
||||||
|
|
||||||
linux_arm:
|
linux_arm:
|
||||||
image: appleboy/golang-testing
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
group: golang
|
group: golang
|
||||||
commands:
|
commands:
|
||||||
@ -49,7 +49,7 @@ pipeline:
|
|||||||
- make coverage
|
- make coverage
|
||||||
|
|
||||||
release:
|
release:
|
||||||
image: appleboy/golang-testing
|
image: golang:1.11
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release
|
- make release
|
||||||
|
Loading…
Reference in New Issue
Block a user