Skip to content

Bump actions/setup-go from 4.0.1 to 5.0.2 #1291

Bump actions/setup-go from 4.0.1 to 5.0.2

Bump actions/setup-go from 4.0.1 to 5.0.2 #1291

Triggered via pull request July 10, 2024 18:39
Status Failure
Total duration 45s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
lint: app/decorators/gov_filter.go#L3
File is not `gofumpt`-ed (gofumpt)
lint: app/decorators/gov_filter.go#L7
File is not `gofumpt`-ed (gofumpt)
lint: app/decorators/gov_filter.go#L34
File is not `gofumpt`-ed (gofumpt)
lint: app/decorators/gov_filter.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
lint: app/decorators/gov_filter.go#L5
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/decorators/gov_filter.go#L6
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
lint: app/decorators/gov_filter.go#L8
import 'github.com/cosmos/cosmos-sdk/x/authz' is not allowed from list 'Main' (depguard)
lint: app/decorators/gov_filter.go#L9
import 'github.com/cosmos/cosmos-sdk/x/gov/keeper' is not allowed from list 'Main' (depguard)
lint: app/decorators/gov_filter.go#L10
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
lint: x/market/keeper/keeper.go#L4
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
lint: x/market/keeper/params.go#L13
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/lend/keeper/params.go#L10
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/lend/keeper/borrow.go#L108
var-naming: method result borrowIds should be borrowIDs (revive)
lint: x/lend/keeper/grpc_query.go#L86
var-naming: var lendIds should be lendIDs (revive)
lint: x/lend/keeper/grpc_query.go#L119
var-naming: var lendIds should be lendIDs (revive)
lint: x/lend/keeper/grpc_query.go#L153
var-naming: var borrowIds should be borrowIDs (revive)
lint: x/lend/keeper/grpc_query.go#L399
var-naming: var borrowIds should be borrowIDs (revive)
lint: x/lend/keeper/grpc_query.go#L627
var-naming: var borrowIds should be borrowIDs (revive)
lint: x/locker/module_simulation.go#L49
unused-parameter: parameter 'simState' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/locker/module.go#L63
unused-parameter: parameter 'config' seems to be unused, consider removing or renaming it as _ (revive)