File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ environment:
1212 GOPATH : C:\gopath
1313 CGO_ENABLED : 1
1414 matrix :
15- - GO_VERSION : 1.10
15+ - GO_VERSION : 1.11
1616
1717before_build :
1818 - choco install -y mingw
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77language : go
88
99go :
10- - " 1.10 .x"
10+ - " 1.11 .x"
1111
1212go_import_path : github.com/containerd/containerd
1313
Original file line number Diff line number Diff line change 77#
88
99# Install proto3
10- FROM golang:1.10 AS proto3
10+ FROM golang:1.11 AS proto3
1111RUN apt-get update && apt-get install -y autoconf automake g++ libtool unzip
1212COPY script/setup/install-protobuf install-protobuf
1313RUN ./install-protobuf
1414
1515# Install runc
16- FROM golang:1.10 AS runc
16+ FROM golang:1.11 AS runc
1717RUN apt-get update && apt-get install -y curl libseccomp-dev
1818COPY vendor.conf /go/src/github.com/containerd/containerd/vendor.conf
1919COPY script/setup/install-runc install-runc
2020RUN ./install-runc
2121
22- FROM golang:1.10
22+ FROM golang:1.11
2323RUN apt-get update && apt-get install -y btrfs-tools gcc git libseccomp-dev make xfsprogs
2424
2525COPY --from=proto3 /usr/local/bin/protoc /usr/local/bin/protoc
You can’t perform that action at this time.
0 commit comments