chore(deps): update golang docker tag to v1.26
All checks were successful
Validate PR Title / validate (pull_request) Successful in 4s

This commit is contained in:
2026-02-10 21:37:06 +00:00
parent a1f9b33846
commit a7f479a465

View File

@@ -1,4 +1,4 @@
FROM golang:1.25 AS build
FROM golang:1.26 AS build
WORKDIR /src
COPY go.mod ./
RUN go mod download