From 7444ca919ef4df7b1e78f85e98aa8a3a50f39ccc Mon Sep 17 00:00:00 2001 From: Murad Biashimov Date: Fri, 17 Nov 2023 15:37:38 +0100 Subject: [PATCH] fix(ci): use go1.21 in Dockerfile (#545) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53cbbfaa..ba07bb03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.18 as builder +FROM --platform=$BUILDPLATFORM golang:1.21 as builder WORKDIR /workspace # Copy the Go Modules manifests