Update dependencies

Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
faizanahmad055
2026-04-05 00:06:41 +02:00
parent 81a7e7ef02
commit 6bfee1de55
3 changed files with 128 additions and 113 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.26} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.26.1} AS builder
ARG TARGETOS
ARG TARGETARCH