Update golang Docker tag to v1.26 #6

Merged
ace966 merged 1 commits from renovate/golang-1.x into main 2026-02-12 07:53:04 +00:00

View File

@@ -1,5 +1,5 @@
ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
# Set working directory
WORKDIR /app