From df23016f62fc1e01ac50ad42aea178785a6f8e5a Mon Sep 17 00:00:00 2001 From: ialidzhikov Date: Sat, 16 Jan 2021 22:17:43 +0200 Subject: [PATCH] Update to golang@1.15.6 Signed-off-by: ialidzhikov --- Dockerfile | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d1b42b5760..aa6464e644 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.14.1-stretch AS builder +FROM golang:1.15.6 AS builder WORKDIR /go/src/github.com/kubernetes-sigs/aws-ebs-csi-driver COPY . . RUN make diff --git a/docs/README.md b/docs/README.md index 6bd5314f4c..9e3902ddce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -162,7 +162,7 @@ To make sure dynamically provisioned EBS volumes have all tags that the in-tree 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/developing.html) to get some basic understanding of CSI driver before you start. ### Requirements -* Golang 1.14.+ +* Golang 1.15.+ * [Ginkgo](https://github.com/onsi/ginkgo) in your PATH for integration testing and end-to-end testing * Docker 17.05+ for releasing