Skip to content

Add ORDER BY selecting for clients #2261

Add ORDER BY selecting for clients

Add ORDER BY selecting for clients #2261

Triggered via pull request September 10, 2024 11:14
Status Failure
Total duration 1m 6s
Artifacts

linters.yaml

on: pull_request
golangci-lint
59s
golangci-lint
goimports check
11s
goimports check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
golangci-lint: test/feature/testutil/docker_composer.go#L214
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L223
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L237
SA1019: types.ContainerExecInspect is deprecated: use [container.ExecInspect]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L257
SA1019: types.ExecConfig is deprecated: use [container.ExecOptions]. (staticcheck)
golangci-lint: test/feature/testutil/docker_composer.go#L265
SA1019: types.ExecStartCheck is deprecated: use [container.ExecStartOptions] or [container.ExecAttachOptions]. (staticcheck)
golangci-lint
issues found
goimports check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/