diff --git a/.travis.yml b/.travis.yml index 2f9e51aa40..fc271a7a59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ env: go: - "1.10.x" - - "1.11.1" + - "1.11.2" before_install: - go get github.com/mattn/goveralls diff --git a/Dockerfile b/Dockerfile index 5211b4d0e1..ce94cb9917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.11.1-stretch as builder +FROM golang:1.11.2-stretch as builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver ADD . . RUN make diff --git a/docs/README.md b/docs/README.md index c8bf398d38..6451e6d219 100644 --- a/docs/README.md +++ b/docs/README.md @@ -90,7 +90,7 @@ kubectl create -f deploy/kubernetes/v1.12+/sample_app Please go through [CSI Spec](https://github.com/container-storage-interface/spec/blob/master/spec.md) and [General CSI driver development guideline](https://kubernetes-csi.github.io/docs/Development.html) to get some basic understanding of CSI driver before you start. ### Requirements -* Golang 1.11.1+ +* Golang 1.11.2+ * [Ginkgo](https://github.com/onsi/ginkgo) for integration and end-to-end testing * Docker 17.05+ for releasing diff --git a/go.mod b/go.mod index f4573fc9b4..b3ed6d69bc 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,6 @@ require ( google.golang.org/grpc v1.16.0 k8s.io/apimachinery v0.0.0-20181121071008-d4f83ca2e260 k8s.io/klog v0.1.0 // indirect - k8s.io/kubernetes v1.12.2 + k8s.io/kubernetes v1.12.3 k8s.io/utils v0.0.0-20181115163542-0d26856f57b3 // indirect ) diff --git a/go.sum b/go.sum index 9bb2bc40a9..2c073ea4bd 100644 --- a/go.sum +++ b/go.sum @@ -64,7 +64,7 @@ k8s.io/apimachinery v0.0.0-20181121071008-d4f83ca2e260 h1:aWwjpwRiIZglT1lHFRE7PI k8s.io/apimachinery v0.0.0-20181121071008-d4f83ca2e260/go.mod h1:ccL7Eh7zubPUSh9A3USN90/OzHNSVN6zxzde07TDCL0= k8s.io/klog v0.1.0 h1:I5HMfc/DtuVaGR1KPwUrTc476K8NCqNBldC7H4dYEzk= k8s.io/klog v0.1.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= -k8s.io/kubernetes v1.12.2 h1:J94sY8nziFyzMNhnbD5CiSZTo7yWytir0ia+vJuwYfc= -k8s.io/kubernetes v1.12.2/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= +k8s.io/kubernetes v1.12.3 h1:1FH8TXY6pIuOHoNlsq9bB6rmCP0vfvQZH5YN7OXCHXU= +k8s.io/kubernetes v1.12.3/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk= k8s.io/utils v0.0.0-20181115163542-0d26856f57b3 h1:S3/Kq185JnolOEemhmDXXd23l2t4bX5hPQPQPADlF1E= k8s.io/utils v0.0.0-20181115163542-0d26856f57b3/go.mod h1:8k8uAuAQ0rXslZKaEWd0c3oVhZz7sSzSiPnVZayjIX0= diff --git a/vendor/modules.txt b/vendor/modules.txt index 70e5f0d084..37b83907fe 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -159,7 +159,7 @@ k8s.io/apimachinery/pkg/util/runtime k8s.io/apimachinery/pkg/util/sets # k8s.io/klog v0.1.0 k8s.io/klog -# k8s.io/kubernetes v1.12.2 +# k8s.io/kubernetes v1.12.3 k8s.io/kubernetes/pkg/util/mount k8s.io/kubernetes/pkg/util/file k8s.io/kubernetes/pkg/util/io