Skip to content

Commit f9cc372

Browse files
committed
update golang to 1.11
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6e431b0 commit f9cc372

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.drone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ clone:
1010

1111
pipeline:
1212
lint:
13-
image: appleboy/golang-testing
13+
image: golang:1.11
1414
pull: true
1515
group: golang
1616
commands:
@@ -19,21 +19,21 @@ pipeline:
1919
- make test-vendor
2020

2121
linux_amd64:
22-
image: appleboy/golang-testing
22+
image: golang:1.11
2323
pull: true
2424
group: golang
2525
commands:
2626
- make linux_amd64
2727

2828
linux_arm64:
29-
image: appleboy/golang-testing
29+
image: golang:1.11
3030
pull: true
3131
group: golang
3232
commands:
3333
- make linux_arm64
3434

3535
linux_arm:
36-
image: appleboy/golang-testing
36+
image: golang:1.11
3737
pull: true
3838
group: golang
3939
commands:
@@ -49,7 +49,7 @@ pipeline:
4949
- make coverage
5050

5151
release:
52-
image: appleboy/golang-testing
52+
image: golang:1.11
5353
pull: true
5454
commands:
5555
- make release

0 commit comments

Comments
 (0)