From 1549eebef3832ee5f0f9fba38d955c05b2a309fa Mon Sep 17 00:00:00 2001 From: "lunar-renovatebot[bot]" <280941393+lunar-renovatebot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:05:19 +0000 Subject: [PATCH] Update golang Docker tag to v1.27.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8af7e50..59b4670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.27.0 AS builder +FROM golang:1.27.1 AS builder ARG TARGETOS ARG TARGETARCH