File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : " golang:latest "
5+ - image : ' golang:1.11 '
66 working_directory : /go/src/github.com/johanbrandhorst/protobuf
77 steps :
88 - checkout
99 - run : go install ./vendor/github.com/gopherjs/gopherjs
1010 - run : make build
1111 dep :
1212 docker :
13- - image : " golang:latest "
13+ - image : ' golang:1.11 '
1414 working_directory : /go/src/github.com/johanbrandhorst/protobuf
1515 steps :
1616 - checkout
@@ -19,14 +19,14 @@ jobs:
1919 - run : git diff --exit-code
2020 generate :
2121 docker :
22- - image : " golang:latest "
22+ - image : ' golang:1.11 '
2323 working_directory : /go/src/github.com/johanbrandhorst/protobuf
2424 steps :
2525 - checkout
2626 - run :
2727 name : Install protoc
2828 environment :
29- PROTOBUF_VERSION : " 3.6.1"
29+ PROTOBUF_VERSION : ' 3.6.1'
3030 command : >
3131 apt-get update
3232
You can’t perform that action at this time.
0 commit comments