From dee4ef1f2232510816c8ef13e475180e38c7015a Mon Sep 17 00:00:00 2001 From: Abhinandan Purkait Date: Thu, 23 Nov 2023 11:03:00 +0000 Subject: [PATCH] chore: update go version in Dockerfile Signed-off-by: Abhinandan Purkait --- buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile b/buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile index 0cb92df..8235d7d 100644 --- a/buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile +++ b/buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM golang:1.15.15 as build +FROM golang:1.19.13 as build ARG TARGETOS ARG TARGETARCH