Update golang Docker tag to v1.27 #15

Open
RenovateBot wants to merge 1 commits from renovate/golang-1.x into main
+1 -1
View File
@@ -1,5 +1,5 @@
ARG BUILDPLATFORM ARG BUILDPLATFORM
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder FROM --platform=$BUILDPLATFORM golang:1.27-alpine AS builder
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app