ARCO-182: send callbacks to the same url one by one #6
static-analysis.yaml
on: pull_request
Static analysis
2m 54s
Static check
1m 32s
Golangci-lint
3m 15s
Annotations
4 errors and 2 warnings
Static check:
internal/callbacker/dispatcher.go#L96
should use for range instead of for { select {} } (S1000)
|
Static check
Process completed with exit code 1.
|
Golangci-lint:
internal/callbacker/dispatcher.go#L96
S1000: should use for range instead of for { select {} } (gosimple)
|
Golangci-lint
issues found
|
Static check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|