updated the golang version to 1.24
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
Alfred Kamanda 2025-11-18 16:06:49 +03:00
parent 666faf3db2
commit 0fd4545a75
Signed by: Alfred-mk
GPG Key ID: E60B2165A97F4D41

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