fix(deps): update all non-major dependencies #368
Annotations
10 errors and 2 warnings
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-email/plugin_test.go#L378
only one cuddle assignment allowed before if statement (wsl)
|
golangci-lint:
cmd/vela-email/plugin_test.go#L382
if statements should only be cuddled with assignments (wsl)
|
golangci-lint:
cmd/vela-email/plugin_test.go#L392
if statements should only be cuddled with assignments (wsl)
|
golangci-lint:
cmd/vela-email/plugin_test.go#L396
if statements should only be cuddled with assignments (wsl)
|
golangci-lint:
cmd/vela-email/plugin_test.go#L430
expressions should not be cuddled with blocks (wsl)
|
golangci-lint:
cmd/vela-email/plugin_test.go#L432
assignments should only be cuddled with other assignments (wsl)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading