Compare commits

...

1 Commits

Author SHA1 Message Date
Alfred Kamanda
0fd4545a75 updated the golang version to 1.24
Some checks failed
release / docker (push) Has been cancelled
2025-11-18 16:06:49 +03:00

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