chore(deps): update all non-major dependencies #6322
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:
internal/token/generate_rsa.go#L19
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
golangci-lint:
internal/token/generate_rsa.go#L45
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
golangci-lint:
database/deployment/get.go#L32
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
database/deployment/get_repo.go#L40
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
database/deployment/list.go#L37
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
golangci-lint:
database/types/build.go#L375
G115: integer overflow conversion int -> int32 (gosec)
|
golangci-lint:
database/types/build.go#L376
G115: integer overflow conversion int -> int32 (gosec)
|
Loading