Bump Go to 1.26

This commit is contained in:
MHSanaei
2026-02-16 01:10:43 +01:00
parent 5b796672e9
commit 37f0880f8f
3 changed files with 20 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# ========================================================
# Stage: Builder
# ========================================================
FROM golang:1.25-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
ARG TARGETARCH