Skip to content

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.36.0 #635

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.36.0

build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.36.0 #635

Triggered via pull request December 17, 2024 16:31
Status Failure
Total duration 4m 37s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golangci-lint: baseapp/baseapp.go#L179
invalid operation: cannot compare app.mempool == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: baseapp/baseapp.go#L972
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: baseapp/baseapp.go#L1029
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: x/auth/ante/ante.go#L30
invalid operation: cannot compare options.BankKeeper == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: x/auth/ante/ante.go#L34
invalid operation: cannot compare options.SignModeHandler == nil (operator == not defined on untyped nil) (typecheck)
golangci-lint: x/auth/tx/sigs.go#L90
missing return (typecheck)
golangci-lint: runtime/app.go#L101
a.SetBeginBlocker undefined (type *App has no field or method SetBeginBlocker) (typecheck)
golangci-lint: runtime/app.go#L106
a.SetEndBlocker undefined (type *App has no field or method SetEndBlocker) (typecheck)
golangci-lint: runtime/app.go#L114
a.LoadLatestVersion undefined (type *App has no field or method LoadLatestVersion) (typecheck)
golangci-lint: runtime/app.go#L160
a.GRPCQueryRouter undefined (type *App has no field or method GRPCQueryRouter) (typecheck)
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636