Skip to content

EC Changes

EC Changes #18783

Triggered via pull request September 18, 2024 16:17
Status Success
Total duration 33s
Artifacts

golangci-lint.yml

on: pull_request
Matrix: golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
golangci-lint (no-failure): golang/cosmos/x/vtransfer/handler.go#L17
SA1019: sdkerrors.Wrap is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint (no-failure): golang/cosmos/vm/action.go#L89
SA1019: reflect.PtrTo has been deprecated since Go 1.22 and an alternative has been available since Go 1.18: Superseded by [PointerTo]. (staticcheck)
golangci-lint (no-failure): golang/cosmos/x/vtransfer/keeper/keeper.go#L120
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint (no-failure): golang/cosmos/x/vtransfer/keeper/keeper.go#L278
SA1019: sdkerrors.Wrapf is deprecated: functionality of this package has been moved to it's own module: (staticcheck)
golangci-lint (no-failure)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/