This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible #673
tests.yml
on: pull_request
Lint and Build
1m 42s
Run tests
0s
Annotations
8 errors and 1 warning
Lint and Build:
internal/groups/postgres/groups.go#L195
sloppyLen: len(ids) <= 0 can be len(ids) == 0 (gocritic)
|
Lint and Build:
auth/service.go#L951
sloppyLen: len(duid) <= 0 can be len(duid) == 0 (gocritic)
|
Lint and Build:
auth/postgres/domains.go#L131
sloppyLen: len(pm.IDs) <= 0 can be len(pm.IDs) == 0 (gocritic)
|
Lint and Build:
things/api/http/requests.go#L342
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
|
Lint and Build:
things/api/http/requests.go#L359
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
|
Lint and Build:
pkg/messaging/rabbitmq/publisher.go#L82
File is not `gofumpt`-ed (gofumpt)
|
Lint and Build:
bootstrap/service.go#L138
File is not `gofumpt`-ed (gofumpt)
|
Lint and Build
issues found
|
Lint and Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|