From a66ab7deec2a1d900db2441c97fe9b767d0e174c Mon Sep 17 00:00:00 2001 From: tyuchn Date: Mon, 25 Sep 2023 13:52:23 -0700 Subject: [PATCH] bump go version to 1.20.8 --- Dockerfile | 2 +- Dockerfile.Windows | 2 +- Dockerfile.debug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e485ae09a..0cccc6355 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.20.7 as builder +FROM --platform=$BUILDPLATFORM golang:1.20.8 as builder ARG STAGINGVERSION ARG TARGETPLATFORM diff --git a/Dockerfile.Windows b/Dockerfile.Windows index eb9e92923..e13d78e95 100644 --- a/Dockerfile.Windows +++ b/Dockerfile.Windows @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE -FROM --platform=$BUILDPLATFORM golang:1.20.7 AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.8 AS builder ARG TARGETPLATFORM ARG STAGINGVERSION diff --git a/Dockerfile.debug b/Dockerfile.debug index 6dc540a3d..f20d7cad1 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20.7 as builder +FROM golang:1.20.8 as builder WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver ADD . .