Skip to content

Bump github.com/fluxcd/pkg/runtime from 0.30.0 to 0.43.0 #743

Bump github.com/fluxcd/pkg/runtime from 0.30.0 to 0.43.0

Bump github.com/fluxcd/pkg/runtime from 0.30.0 to 0.43.0 #743

Triggered via pull request December 7, 2023 06:47
Status Failure
Total duration 3m 2s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager -ldflags \"-X main.Version=${VERSION}\" main.go version.go" did not complete successfully: exit code: 1
test: controllers/gitopsset_controller.go#L363
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/gitopsset_controller.go#L364
cannot use r.gitRepositoryToGitOpsSet (value of type func(obj client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc
test: controllers/gitopsset_controller.go#L367
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/gitopsset_controller.go#L368
cannot use r.secretToGitOpsSet (value of type func(obj client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc
test: controllers/gitopsset_controller.go#L373
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/gitopsset_controller.go#L374
cannot use r.configMapToGitOpsSet (value of type func(obj client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc
test: controllers/gitopsset_controller.go#L380
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/gitopsset_controller.go#L381
cannot use r.ociRepositoryToGitOpsSet (value of type func(obj client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc
test: controllers/gitopsset_controller.go#L388
source.Kind (value of type func(cache "sigs.k8s.io/controller-runtime/pkg/cache".Cache, object client.Object) source.SyncingSource) is not a type
test: controllers/gitopsset_controller.go#L389
cannot use r.gitOpsClusterToGitOpsSet (value of type func(o client.Object) []reconcile.Request) as handler.MapFunc value in argument to handler.EnqueueRequestsFromMapFunc
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/