Skip to content

fix(deps): update module golang.org/x/sync to v0.17.0 #415

fix(deps): update module golang.org/x/sync to v0.17.0

fix(deps): update module golang.org/x/sync to v0.17.0 #415

Triggered via pull request September 7, 2025 12:40
Status Success
Total duration 57s
Artifacts

golangci-lint.yml

on: pull_request
golangci-lint
54s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
golangci-lint: kv/shard_router_test.go#L16
[golangci] reported by reviewdog 🐶 calculated cyclomatic complexity for function newTestRaft is 14, max is 10 (cyclop) Raw Output: kv/shard_router_test.go:16:1: calculated cyclomatic complexity for function newTestRaft is 14, max is 10 (cyclop) func newTestRaft(t *testing.T, id string, fsm raft.FSM) (*raft.Raft, func()) { ^ 1 issues: * cyclop: 1
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.