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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user