Skip to content

Commit

Permalink
Fix static analysis issues
Browse files Browse the repository at this point in the history
After updating to Go 1.21.5 golangci triggered some issues.
* Do a named import of raft in interaction_test.go.

Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Dec 6, 2023
1 parent 4d702f5 commit b611d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

"github.com/cockroachdb/datadriven"

"go.etcd.io/raft/v3"
raft "go.etcd.io/raft/v3"
"go.etcd.io/raft/v3/rafttest"
)

Expand Down

0 comments on commit b611d52

Please sign in to comment.