chore: bump go + golangci-lint

This commit is contained in:
Alec Thomas
2024-08-20 08:16:24 +10:00
parent 6292953645
commit 2ad9498bdf
11 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -600,7 +600,7 @@ func TestAutoGroup(t *testing.T) {
if node, ok := parent.(*kong.Node); ok {
return &kong.Group{
Key: node.Name,
Title: strings.Title(node.Name) + " flags:", //nolint
Title: strings.Title(node.Name) + " flags:",
}
}
return nil