Skip to content

Default to 'saga' bech-prefix #13

Default to 'saga' bech-prefix

Default to 'saga' bech-prefix #13

Triggered via push March 2, 2024 04:12
Status Failure
Total duration 1m 38s
Artifacts

actions.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 7 warnings
lint: main.go#L183
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
lint: main.go#L163
Function `WalletHandler->WalletHandler$1` should pass the context parameter (contextcheck)
lint: main.go#L167
Function `ValidatorHandler->ValidatorHandler$1` should pass the context parameter (contextcheck)
lint: main.go#L171
Function `ValidatorsHandler->ValidatorsHandler$1` should pass the context parameter (contextcheck)
lint: main.go#L175
Function `ParamsHandler->ParamsHandler$1` should pass the context parameter (contextcheck)
lint: main.go#L179
Function `GeneralHandler->GeneralHandler$1` should pass the context parameter (contextcheck)
lint: general.go#L10
import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
lint: general.go#L11
import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
lint: general.go#L12
import 'github.com/cosmos/cosmos-sdk/x/mint/types' is not allowed from list 'Main' (depguard)
lint: general.go#L13
import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
go-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
go-vet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
go-vet
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/