Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Update build containers to go 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Jul 11, 2018
1 parent f6595f6 commit e1877da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws/efs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all build:
-v $$(pwd):/go/bin \
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
-w /go/src/github.com/kubernetes-incubator/external-storage/aws/efs \
golang:1.8.3-alpine \
golang:1.10.3-alpine \
go install -installsuffix "asdf" ./cmd/efs-provisioner
.PHONY: all build

Expand Down
2 changes: 1 addition & 1 deletion gluster/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all build:
-v $$(pwd):/go/bin \
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/block \
golang:1.8.3-alpine \
golang:1.10.3-alpine \
go install -installsuffix "asdf" ./cmd/glusterblock-provisioner
.PHONY: all build

Expand Down
2 changes: 1 addition & 1 deletion gluster/file/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all build:
-v $$(pwd):/go/bin \
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/file \
golang:1.8.3-alpine \
golang:1.10.3-alpine \
go install -installsuffix "asdf" ./cmd/glusterfile-provisioner
.PHONY: all build

Expand Down
2 changes: 1 addition & 1 deletion iscsi/targetd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ all build:
-v $$(pwd):/go/bin \
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
-w /go/src/github.com/kubernetes-incubator/external-storage/iscsi/targetd \
golang:1.8.3-alpine \
golang:1.10.3-alpine \
go install -installsuffix "asdf" .
.PHONY: all build

Expand Down

0 comments on commit e1877da

Please sign in to comment.