Update golang Docker tag to v1.26

This commit is contained in:
Renovate Bot
2026-06-30 00:03:17 +00:00
parent 9596622c58
commit 469fb29cae
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.26-alpine AS builder
WORKDIR /src
COPY go.mod go.sum ./
RUN go mod download