Skip to content

Commit 19c6a5a

Browse files
committed
fix: Fix golangci-lint config for v2 compatibility
Changed version field to string format (version: "2") which is required by golangci-lint v2. Updated GitHub Actions workflow to use action v7 which supports golangci-lint v2.
1 parent ee7c393 commit 19c6a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2
1+
version: "2"
22

33
run:
44
timeout: 5m

0 commit comments

Comments
 (0)