Updated golandci-lint to 1.21.0
Signed-off-by: Michał Matczuk <michal@scylladb.com>
This commit is contained in:
committed by
Michal Matczuk
parent
3e60935d2a
commit
1668ca5832
@@ -30,5 +30,5 @@ func fileChecksum(path string) (string, error) {
|
||||
return "", err
|
||||
}
|
||||
v := h.Sum(nil)
|
||||
return encode(v[:]), nil
|
||||
return encode(v), nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user