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 1010
1111pipeline :
1212 lint :
13- image : appleboy/ golang-testing
13+ image : golang:1.11
1414 pull : true
1515 group : golang
1616 commands :
@@ -19,21 +19,21 @@ pipeline:
1919 - make test-vendor
2020
2121 linux_amd64 :
22- image : appleboy/ golang-testing
22+ image : golang:1.11
2323 pull : true
2424 group : golang
2525 commands :
2626 - make linux_amd64
2727
2828 linux_arm64 :
29- image : appleboy/ golang-testing
29+ image : golang:1.11
3030 pull : true
3131 group : golang
3232 commands :
3333 - make linux_arm64
3434
3535 linux_arm :
36- image : appleboy/ golang-testing
36+ image : golang:1.11
3737 pull : true
3838 group : golang
3939 commands :
@@ -49,7 +49,7 @@ pipeline:
4949 - make coverage
5050
5151 release :
52- image : appleboy/ golang-testing
52+ image : golang:1.11
5353 pull : true
5454 commands :
5555 - make release
You can’t perform that action at this time.
0 commit comments