Skip to content

Commit dc53168

Browse files
(fix) timeout issues in golangci-lint configuration
Signed-off-by: Alexandre Lamarre <[email protected]>
1 parent 1d49bdd commit dc53168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
]
1919
},
20-
"deadline": "5m"
20+
"timeout": "5m"
2121
}
2222
}

0 commit comments

Comments
 (0)