Skip to content

Commit 6abf5ca

Browse files
committed
Fix golangci-lint configuration for v2 compatibility
Add version: 2 field to .golangci.yml to make it compatible with golangci-lint v2.4.0 used in CI. This resolves the "unsupported version of the configuration" error.
1 parent b70520d commit 6abf5ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
run:
24
timeout: 5m
35
modules-download-mode: readonly

0 commit comments

Comments
 (0)