Skip to content

Commit 35be5a4

Browse files
committed
chore: upgrade go to 1.15
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 0347fcc commit 35be5a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clone:
66

77
steps:
88
- name: testing
9-
image: golang:1.13
9+
image: golang:1.15
1010
pull: true
1111
commands:
1212
- make vet
@@ -28,7 +28,7 @@ clone:
2828

2929
steps:
3030
- name: testing
31-
image: golang:1.13
31+
image: golang:1.15
3232
pull: true
3333
commands:
3434
- make test

0 commit comments

Comments
 (0)