ci/cd: bump go version in Dockerfile

This commit is contained in:
2025-05-26 13:01:33 +03:00
parent f90cc75323
commit 8417a43277

View File

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