Security added on delete service and list all node + cleaning some code

This commit is contained in:
Blomios
2026-01-07 22:16:34 +01:00
parent 3c8bebb2ad
commit a64b10175e
192 changed files with 45470 additions and 4308 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22 AS builder
FROM golang:1.24 AS builder
WORKDIR /app
COPY go.mod go.sum ./