feat: initial commit

This commit is contained in:
2025-06-15 16:44:44 +02:00
parent c50d1858f2
commit 21b334bc70
27 changed files with 13550 additions and 122 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23 AS build
FROM golang:1.24 AS build
RUN apt-get update \
&& apt-get install -y make git