mirror of
https://github.com/owncloud/ocis.git
synced 2025-04-18 23:44:07 +03:00
feat(ocis): update go version to 1.24
Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
This commit is contained in:
parent
0c0c8c5ca3
commit
e20ddfdaf5
@ -19,7 +19,7 @@ OC_CI_BAZEL_BUILDIFIER = "owncloudci/bazel-buildifier:latest"
|
|||||||
OC_CI_CLAMAVD = "owncloudci/clamavd"
|
OC_CI_CLAMAVD = "owncloudci/clamavd"
|
||||||
OC_CI_DRONE_ANSIBLE = "owncloudci/drone-ansible:latest"
|
OC_CI_DRONE_ANSIBLE = "owncloudci/drone-ansible:latest"
|
||||||
OC_CI_DRONE_SKIP_PIPELINE = "owncloudci/drone-skip-pipeline"
|
OC_CI_DRONE_SKIP_PIPELINE = "owncloudci/drone-skip-pipeline"
|
||||||
OC_CI_GOLANG = "owncloudci/golang:1.22"
|
OC_CI_GOLANG = "owncloudci/golang:1.24"
|
||||||
OC_CI_NODEJS = "owncloudci/nodejs:%s"
|
OC_CI_NODEJS = "owncloudci/nodejs:%s"
|
||||||
OC_CI_PHP = "owncloudci/php:%s"
|
OC_CI_PHP = "owncloudci/php:%s"
|
||||||
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
|
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
|
||||||
|
@ -21,7 +21,7 @@ COPY ./ /ocis/
|
|||||||
WORKDIR /ocis/ocis
|
WORKDIR /ocis/ocis
|
||||||
RUN make ci-node-generate
|
RUN make ci-node-generate
|
||||||
|
|
||||||
FROM owncloudci/golang:1.22 AS build
|
FROM owncloudci/golang:1.24 AS build
|
||||||
|
|
||||||
COPY --from=generate /ocis /ocis
|
COPY --from=generate /ocis /ocis
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Enhancement: Update Mockery to 2.52.3
|
Enhancement: Update Mockery to 2.52.3
|
||||||
|
|
||||||
Without updating ocis will not build on go 1.24
|
Without updating ocis will not build on go 1.24. This requires also updating the go version to 1.24
|
||||||
|
|
||||||
https://github.com/owncloud/ocis/pull/11070
|
https://github.com/owncloud/ocis/pull/11070
|
||||||
|
Loading…
x
Reference in New Issue
Block a user