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

Commit e1877da

Browse files
author
Matthew Wong
committed
Update build containers to go 1.10
1 parent f6595f6 commit e1877da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

aws/efs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ all build:
3636
-v $$(pwd):/go/bin \
3737
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
3838
-w /go/src/github.com/kubernetes-incubator/external-storage/aws/efs \
39-
golang:1.8.3-alpine \
39+
golang:1.10.3-alpine \
4040
go install -installsuffix "asdf" ./cmd/efs-provisioner
4141
.PHONY: all build
4242

gluster/block/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ all build:
3636
-v $$(pwd):/go/bin \
3737
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
3838
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/block \
39-
golang:1.8.3-alpine \
39+
golang:1.10.3-alpine \
4040
go install -installsuffix "asdf" ./cmd/glusterblock-provisioner
4141
.PHONY: all build
4242

gluster/file/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ all build:
3636
-v $$(pwd):/go/bin \
3737
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
3838
-w /go/src/github.com/kubernetes-incubator/external-storage/gluster/file \
39-
golang:1.8.3-alpine \
39+
golang:1.10.3-alpine \
4040
go install -installsuffix "asdf" ./cmd/glusterfile-provisioner
4141
.PHONY: all build
4242

iscsi/targetd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ all build:
3636
-v $$(pwd):/go/bin \
3737
-v $$(pwd)/.go/stdlib:/usr/local/go/pkg/linux_amd64_asdf \
3838
-w /go/src/github.com/kubernetes-incubator/external-storage/iscsi/targetd \
39-
golang:1.8.3-alpine \
39+
golang:1.10.3-alpine \
4040
go install -installsuffix "asdf" .
4141
.PHONY: all build
4242

0 commit comments

Comments
 (0)