File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
pipeline :
12
12
lint :
13
- image : appleboy/ golang-testing
13
+ image : golang:1.11
14
14
pull : true
15
15
group : golang
16
16
commands :
@@ -19,21 +19,21 @@ pipeline:
19
19
- make test-vendor
20
20
21
21
linux_amd64 :
22
- image : appleboy/ golang-testing
22
+ image : golang:1.11
23
23
pull : true
24
24
group : golang
25
25
commands :
26
26
- make linux_amd64
27
27
28
28
linux_arm64 :
29
- image : appleboy/ golang-testing
29
+ image : golang:1.11
30
30
pull : true
31
31
group : golang
32
32
commands :
33
33
- make linux_arm64
34
34
35
35
linux_arm :
36
- image : appleboy/ golang-testing
36
+ image : golang:1.11
37
37
pull : true
38
38
group : golang
39
39
commands :
@@ -49,7 +49,7 @@ pipeline:
49
49
- make coverage
50
50
51
51
release :
52
- image : appleboy/ golang-testing
52
+ image : golang:1.11
53
53
pull : true
54
54
commands :
55
55
- make release
You can’t perform that action at this time.
0 commit comments