Skip to content

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.63.2 #74

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.63.2

build(deps): bump google.golang.org/grpc from 1.46.0 to 1.63.2 #74

Triggered via pull request April 9, 2024 12:00
Status Failure
Total duration 45s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
golangci: remotedb/remotedb.go#L19
not enough arguments in call to newRemoteDB
golangci: types.go#L114
File is not `gofmt`-ed with `-s` (gofmt)
golangci: goleveldb.go#L7
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L8
import 'github.com/syndtr/goleveldb/leveldb/errors' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L9
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
golangci: goleveldb.go#L10
import 'github.com/syndtr/goleveldb/leveldb/util' is not allowed from list 'Main' (depguard)
golangci: goleveldb_batch.go#L4
import 'github.com/syndtr/goleveldb/leveldb' is not allowed from list 'Main' (depguard)
golangci: goleveldb_batch.go#L5
import 'github.com/syndtr/goleveldb/leveldb/opt' is not allowed from list 'Main' (depguard)
golangci: goleveldb_iterator.go#L6
import 'github.com/syndtr/goleveldb/leveldb/iterator' is not allowed from list 'Main' (depguard)
golangci: memdb.go#L8
import 'github.com/google/btree' is not allowed from list 'Main' (depguard)
golangci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci
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/
golangci: memdb_iterator.go#L108
empty-block: this block is empty, you can remove it (revive)
golangci: test_helpers.go#L25
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
golangci: memdb.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
golangci: backend_test.go#L17
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)