Fix golangci-lint config

The deadline config key is now called timeout.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-06-10 10:49:42 +02:00
parent f08b10c5bc
commit 60983224b9
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
run:
deadline: 5m
timeout: 5m
skip-files:
# Skip autogenerated files.
- ^.*\.(pb|y)\.go$