faster and more secure junk creation

This commit is contained in:
Mark Puha 2025-03-18 08:34:23 +01:00
parent e3f1273f8a
commit 71be0eb3a6
10 changed files with 212 additions and 95 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.23.6 as awg
FROM golang:1.24 as awg
COPY . /awg
WORKDIR /awg
RUN go mod download && \