fix(deps): update all non-major dependencies #664
Annotations
10 errors and 1 warning
golangci-lint:
version/version.go#L34
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L48
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L54
SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L9
SA1019: "github.com/go-vela/types/version" is deprecated: all version types for Vela have been moved to github.com/go-vela/server/version . (staticcheck)
|
golangci-lint:
cmd/vela-docker/registry.go#L12
SA1019: "github.com/go-vela/types/constants" is deprecated: all constants for Vela have been moved to github.com/go-vela/server/constants. (staticcheck)
|
golangci-lint:
cmd/vela-docker/build.go#L358
directive `//nolint:funlen,gocyclo // Ignore line length` is unused for linter "funlen" (nolintlint)
|
golangci-lint:
version/version.go#L34
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L48
SA1019: version.Version is deprecated: use Version from github.com/go-vela/server/compiler/types/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L54
SA1019: version.Metadata is deprecated: use Metadata from github.com/go-vela/server/version instead. (staticcheck)
|
golangci-lint:
version/version.go#L9
SA1019: "github.com/go-vela/types/version" is deprecated: all version types for Vela have been moved to github.com/go-vela/server/version . (staticcheck)
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading