Bump mockery to 2.53.0

Should fix build on go1.24. Also fix ci-go-generate step in multiarch
Dockerfile.

Closes: #289
This commit is contained in:
Ralf Haferkamp
2025-03-03 16:02:59 +01:00
parent 332865b960
commit 2678d0bb89
26 changed files with 106 additions and 45 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ COPY ./ /opencloud/
WORKDIR /opencloud/opencloud
RUN make ci-node-generate
FROM golang:1.23-alpine AS build
FROM golang:1.24-alpine AS build
RUN apk add bash make git curl gcc musl-dev libc-dev binutils-gold inotify-tools vips-dev
COPY --from=generate /opencloud /opencloud