Skip to content

Update Dockerfile

Update Dockerfile #166

Triggered via push August 5, 2024 14:14
Status Failure
Total duration 2m 45s
Artifacts

build_go.yml

on: push
Matrix: build-go
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
quasar-linux-amd64
cannot use &CustomMessenger{…} (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in return statement: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
quasar-linux-amd64
cannot use (*CustomMessenger)(nil) (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in variable declaration: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
quasar-linux-amd64
not enough return values
quasar-linux-amd64
cannot use msg (variable of type "github.com/CosmWasm/wasmvm/v2/types".CosmosMsg) as "github.com/CosmWasm/wasmvm/types".CosmosMsg value in argument to m.wrapped.DispatchMsg
quasar-linux-amd64
cannot use &CustomMessenger{…} (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in return statement: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
quasar-linux-amd64
cannot use (*CustomMessenger)(nil) (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in variable declaration: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
quasar-linux-amd64
not enough return values
quasar-linux-amd64
cannot use msg (variable of type "github.com/CosmWasm/wasmvm/v2/types".CosmosMsg) as "github.com/CosmWasm/wasmvm/types".CosmosMsg value in argument to m.wrapped.DispatchMsg
quasar-linux-amd64
Process completed with exit code 2.
quasar-linux-arm64
The job was canceled because "amd64_linux" failed.
quasar-linux-arm64
The operation was canceled.
quasar-linux-amd64
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/[email protected], actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/