Skip to content

Commit 0aa8324

Browse files
committed
ci: fix deprecated golangci-lint config
1 parent d7c6025 commit 0aa8324

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,7 +1,7 @@
11
linters:
22
enable:
33
- dogsled
4-
- exportloopref
4+
- copyloopvar
55
- funlen
66
- gocognit
77
- goconst

0 commit comments

Comments
 (0)