Bump staticcheck-action to v1.4.1

While at it, also removing the unmatched //lint line.
This commit is contained in:
Cuong Manh Le
2026-08-21 15:38:35 +07:00
parent 6615e431dc
commit 30acb846ca
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -166,7 +166,6 @@ func ensureSystemdKillMode(r io.Reader) (opts []*unit.UnitOption, change bool) {
// channel, so it reports this comparison as always true. On success the
// lexer sends nothing and closes the channel, so the receive yields a nil
// error and this branch is not taken.
//lint:ignore SA4023 upstream delivers a nil error by closing the channel
if err != nil {
mainLog.Load().Error().Err(err).Msg("failed to deserialize options")
return