This repository was archived by the owner on Oct 21, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ all build:
36
36
-v $$(pwd ) :/go/bin \
37
37
-v $$(pwd ) /.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
38
38
-w /go/src/github.com/kubernetes-incubator/external-storage/aws/efs \
39
- golang:1.8 .3-alpine \
39
+ golang:1.10 .3-alpine \
40
40
go install -installsuffix " asdf" ./cmd/efs-provisioner
41
41
.PHONY : all build
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ all build:
36
36
-v $$(pwd ) :/go/bin \
37
37
-v $$(pwd ) /.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
38
38
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/block \
39
- golang:1.8 .3-alpine \
39
+ golang:1.10 .3-alpine \
40
40
go install -installsuffix " asdf" ./cmd/glusterblock-provisioner
41
41
.PHONY : all build
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ all build:
36
36
-v $$(pwd ) :/go/bin \
37
37
-v $$(pwd ) /.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
38
38
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/file \
39
- golang:1.8 .3-alpine \
39
+ golang:1.10 .3-alpine \
40
40
go install -installsuffix " asdf" ./cmd/glusterfile-provisioner
41
41
.PHONY : all build
42
42
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ all build:
36
36
-v $$(pwd ) :/go/bin \
37
37
-v $$(pwd ) /.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
38
38
-w /go/src/github.com/kubernetes-incubator/external-storage/iscsi/targetd \
39
- golang:1.8 .3-alpine \
39
+ golang:1.10 .3-alpine \
40
40
go install -installsuffix " asdf" .
41
41
.PHONY : all build
42
42
You can’t perform that action at this time.
0 commit comments