fix: fix slice init length #946
Annotations
6 errors and 2 warnings
golangci-lint:
cylinder/workers/sender/sender.go#L31
invalid operation: make(chan *keyring.Record, 0, len(keys)) expects 1 or 2 arguments; found 3 (typecheck)
|
golangci-lint:
cmd/cylinder/run.go#L15
could not import github.com/bandprotocol/chain/v3/cylinder/workers/sender (-: # github.com/bandprotocol/chain/v3/cylinder/workers/sender
|
golangci-lint:
cylinder/workers/sender/sender.go#L31
invalid operation: make(chan *keyring.Record, 0, len(keys)) expects 1 or 2 arguments; found 3) (typecheck)
|
golangci-lint:
cylinder/workers/sender/msg_detail_test.go#L10
could not import github.com/bandprotocol/chain/v3/cylinder/workers/sender (-: # github.com/bandprotocol/chain/v3/cylinder/workers/sender
|
golangci-lint:
cylinder/workers/sender/sender.go#L31
invalid operation: make(chan *keyring.Record, 0, len(keys)) expects 1 or 2 arguments; found 3) (typecheck)
|
golangci-lint
issues found
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/chain/chain. Supported file pattern: go.sum
|
Loading