Skip to content

Commit 3450367

Browse files
committed
Fix golangci-lint configuration version to be string
1 parent 9f9082b commit 3450367

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
linters:
33
exclusions:
44
rules:

0 commit comments

Comments
 (0)