Bump go version to 1.26

This commit is contained in:
Safwan
2026-02-13 15:53:18 +05:00
parent 8834ab097d
commit 003fbbfa1f
4 changed files with 4 additions and 4 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.25.5} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.26} AS builder
ARG TARGETOS
ARG TARGETARCH