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

Commit 34df13b

Browse files
authored
Merge pull request #846 from wongma7/clean-vendor
Update repo-wide dependencies to k8s v1.11.0
2 parents 4530b2f + e1877da commit 34df13b

File tree

23,272 files changed

+379911
-7782365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

23,272 files changed

+379911
-7782365
lines changed

.golintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
snapshot
2+
nfs/test/e2e

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44

55
language: go
66
go:
7-
- 1.8.3
7+
- 1.10.3
88
services: docker
99

1010
go_import_path: github.com/kubernetes-incubator/external-storage

aws/efs/Makefile

+1-1
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

0 commit comments

Comments
 (0)