chore(deps): update all non-major dependencies #6326
Annotations
10 errors
golangci-lint:
compiler/template/starlark/render.go#L44
SA1019: starlark.ExecFile is deprecated: use [ExecFileOptions] with [syntax.FileOptions] instead, because this function relies on legacy global variables. (staticcheck)
|
golangci-lint:
compiler/template/starlark/render.go#L152
SA1019: starlark.ExecFile is deprecated: use [ExecFileOptions] with [syntax.FileOptions] instead, because this function relies on legacy global variables. (staticcheck)
|
golangci-lint:
compiler/template/starlark/starlark.go#L131
only one cuddle assignment allowed before if statement (wsl)
|
golangci-lint:
scm/github/authentication.go#L36
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/authentication.go#L133
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/webhook.go#L87
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
scm/github/authentication.go#L81
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
scm/github/authentication.go#L158
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
database/testutils/api_resources.go#L62
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
api/types/build.go#L1211
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
Loading