File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ name: default
3
3
4
4
steps :
5
5
- name : lint
6
- image : arduino/arduino-cli:drone-0.2.0
6
+ image : arduino/arduino-cli:drone-0.2.1
7
7
commands :
8
8
# Check if the Go code is properly formatted and run the linter
9
9
- task check
10
10
# Ensure protobufs compile
11
11
- task protoc
12
12
13
13
- name : build
14
- image : arduino/arduino-cli:drone-0.2.0
14
+ image : arduino/arduino-cli:drone-0.2.1
15
15
commands :
16
16
- task build
17
17
18
18
- name : test
19
- image : arduino/arduino-cli:drone-0.2.0
19
+ image : arduino/arduino-cli:drone-0.2.1
20
20
commands :
21
21
- task test
22
22
- task test-legacy
25
25
# To avoid exposing the Codecov token to external PRs, we only upload coverage when we merge on
26
26
# `master`.
27
27
- name : coverage
28
- image : arduino/arduino-cli:drone-0.2.0
28
+ image : arduino/arduino-cli:drone-0.2.1
29
29
environment :
30
30
CODECOV_TOKEN :
31
31
from_secret : codecov_token
You can’t perform that action at this time.
0 commit comments