Skip to content

Commit d2acae9

Browse files
committed
use newwer image to run tests
1 parent e312a15 commit d2acae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .drone.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ name: default
33

44
steps:
55
- name: lint
6-
image: arduino/arduino-cli:drone-0.2.0
6+
image: arduino/arduino-cli:drone-0.2.1
77
commands:
88
# Check if the Go code is properly formatted and run the linter
99
- task check
1010
# Ensure protobufs compile
1111
- task protoc
1212

1313
- name: build
14-
image: arduino/arduino-cli:drone-0.2.0
14+
image: arduino/arduino-cli:drone-0.2.1
1515
commands:
1616
- task build
1717

1818
- name: test
19-
image: arduino/arduino-cli:drone-0.2.0
19+
image: arduino/arduino-cli:drone-0.2.1
2020
commands:
2121
- task test
2222
- task test-legacy
@@ -25,7 +25,7 @@ steps:
2525
# To avoid exposing the Codecov token to external PRs, we only upload coverage when we merge on
2626
# `master`.
2727
- name: coverage
28-
image: arduino/arduino-cli:drone-0.2.0
28+
image: arduino/arduino-cli:drone-0.2.1
2929
environment:
3030
CODECOV_TOKEN:
3131
from_secret: codecov_token

0 commit comments

Comments
 (0)