mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-07-06 16:02:15 +08:00
chore: upgrade to 1.10 golang version.
This commit is contained in:
+5
-5
@@ -10,7 +10,7 @@ clone:
|
||||
|
||||
pipeline:
|
||||
test:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
group: build
|
||||
secrets: [ codecov_token ]
|
||||
@@ -23,28 +23,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_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:
|
||||
- make build_linux_arm
|
||||
|
||||
release:
|
||||
image: appleboy/golang-testing:1.9.2
|
||||
image: appleboy/golang-testing:1.10.0
|
||||
pull: true
|
||||
commands:
|
||||
- make release
|
||||
|
||||
Reference in New Issue
Block a user