update docker to use go 1.24
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
2025-11-28 13:04:15 +03:00
parent 7877534366
commit 3ba891a184

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.4-bookworm AS build
FROM golang:1.24-bookworm AS build
ENV CGO_ENABLED=1