Update required version of go to avoid errors like below #110
Annotations
4 errors and 2 warnings
lint:
processor_test.go#L114
only one cuddle assignment allowed before if statement (wsl)
|
lint:
processor_test.go#L120
only one cuddle assignment allowed before range statement (wsl)
|
lint:
processor.go#L144
directive `//nolint:gocognit,funlen` is unused for linter "gocognit" (nolintlint)
|
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, 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/.
|
lint:
internal/filesearch/filesearch.go#L54
unused-parameter: parameter 'err' seems to be unused, consider removing or renaming it as _ (revive)
|