Update golang Docker tag to v1.26

This commit is contained in:
Renovate Bot
2026-06-23 00:01:25 +00:00
parent 01223c176f
commit d906695659
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /app
COPY . .
RUN go build -o kforge .