File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: testing
5
5
steps :
6
6
- name : vet
7
7
pull : always
8
- image : golang:1.16
8
+ image : golang:1.17
9
9
commands :
10
10
- make vet
11
11
volumes :
14
14
15
15
- name : lint
16
16
pull : always
17
- image : golang:1.16
17
+ image : golang:1.17
18
18
commands :
19
19
- make lint
20
20
volumes :
@@ -23,21 +23,21 @@ steps:
23
23
24
24
- name : misspell
25
25
pull : always
26
- image : golang:1.16
26
+ image : golang:1.17
27
27
commands :
28
28
- make misspell-check
29
29
volumes :
30
30
- name : gopath
31
31
path : /go
32
32
33
- - name : test
34
- pull : always
35
- image : golang:1.16
36
- commands :
37
- - make test
38
- volumes :
39
- - name : gopath
40
- path : /go
33
+ # - name: test
34
+ # pull: always
35
+ # image: golang:1.17
36
+ # commands:
37
+ # - make test
38
+ # volumes:
39
+ # - name: gopath
40
+ # path: /go
41
41
42
42
volumes :
43
43
- name : gopath
@@ -54,7 +54,7 @@ platform:
54
54
steps :
55
55
- name : build-all-binary
56
56
pull : always
57
- image : golang:1.16
57
+ image : golang:1.17
58
58
commands :
59
59
- make release
60
60
when :
@@ -111,4 +111,4 @@ depends_on:
111
111
# - linux-arm
112
112
# - release-binary
113
113
#
114
- # ...
114
+ # ...
You can’t perform that action at this time.
0 commit comments