Docker: update builder to Go 1.26 to match go.mod
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2026-06-23 20:31:42 +03:30
parent 292516fcd3
commit 070b59f976

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 ./