Skip to content

chore(deps): pin dependencies #2760

chore(deps): pin dependencies

chore(deps): pin dependencies #2760

Triggered via push October 12, 2023 01:45
Status Failure
Total duration 59s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: cmd/vela-artifactory/artifactoryservice.go#L11
undefined: utils.FileInfo
build: cmd/vela-artifactory/config.go#L73
undefined: artifactory.NewConfigBuilder
build: cmd/vela-artifactory/config.go#L82
too many arguments in call to artifactory.New
build: cmd/vela-artifactory/config.go#L87
cannot use client (variable of type "github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager) as *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager value in return statement: "github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager does not implement *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)
build: cmd/vela-artifactory/plugin.go#L48
cannot use cli (variable of type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager) as ArtifactoryServicesManager value in argument to p.Copy.Exec: *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager does not implement ArtifactoryServicesManager (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)
build: cmd/vela-artifactory/plugin.go#L51
cannot use cli (variable of type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager) as ArtifactoryServicesManager value in argument to p.Delete.Exec: *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager does not implement ArtifactoryServicesManager (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)
build: cmd/vela-artifactory/plugin.go#L60
cannot use cli (variable of type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager) as ArtifactoryServicesManager value in argument to p.Upload.Exec: *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager does not implement ArtifactoryServicesManager (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)
build: cmd/vela-artifactory/prop.go#L85
cli.SearchFiles undefined (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)
build: cmd/vela-artifactory/prop.go#L94
p.Items undefined (type services.PropsParams has no field or method Items)
build: cmd/vela-artifactory/prop.go#L98
cli.SetProps undefined (type *"github.com/jfrog/jfrog-client-go/artifactory".ArtifactoryServicesManager is pointer to interface, not interface)