fix: update golang-lint to 1.55 to fix some errors #22
Annotations
2 errors and 7 warnings
database/config.go#L46
string `Unknown database dialect: ` has 3 occurrences, make it a constant (goconst)
|
|
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/.
|
cache/cachemock/cache.go#L1
package-comments: should have a package comment (revive)
|
envloader/envloader.go#L1
package-comments: should have a package comment (revive)
|
cache/cache.go#L1
package-comments: should have a package comment (revive)
|
server/echologger.go#L30
unused-parameter: parameter 'p' seems to be unused, consider removing or renaming it as _ (revive)
|
server/echologger.go#L41
unused-parameter: parameter 'v' seems to be unused, consider removing or renaming it as _ (revive)
|
server/echologger.go#L46
unused-parameter: parameter 'h' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading