chore: bump go to 1.22

This commit is contained in:
Florian Schade
2024-03-06 14:11:29 +01:00
committed by jkoberg
parent c633495b8e
commit be105fd1c6
38 changed files with 1463 additions and 787 deletions
+1 -1
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