Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd: fix copyLocks issue #2586

Merged
merged 2 commits into from
Sep 19, 2023
Merged

cmd: fix copyLocks issue #2586

merged 2 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. cmd: fix copyLocks issue

      copylocks: resetCaches passes lock by value: github.com/nspcc-dev/neofs-node/cmd/neofs-node.shared contains sync/atomic.Bool contains sync/atomic.noCopy (govet)
    
    Introduced by #2485.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2e7e8c2 View commit details
    Browse the repository at this point in the history
  2. workflows: always complain about all issues found

    Sometimes touching one line of code breaks the other and we're 100% clean now.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7be2a3c View commit details
    Browse the repository at this point in the history