chore: bump go to 1.22

This commit is contained in:
Florian Schade
2024-03-06 09:08:12 +01:00
parent 3239f19869
commit 2fcde5b9d2
38 changed files with 1463 additions and 787 deletions

View File

@@ -21,7 +21,7 @@ COPY ./ /ocis/
WORKDIR /ocis/ocis
RUN make ci-node-generate
FROM owncloudci/golang:1.21 as build
FROM owncloudci/golang:1.22 as build
COPY --from=generate /ocis /ocis