Skip to content

Commit adc687d

Browse files
committed
golangci-lint timeout 5m
1 parent 8d26480 commit adc687d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
run:
2+
timeout: 5m
13
linters:
24
fast: false
35
enable:
@@ -7,7 +9,7 @@ linters-settings:
79
errcheck:
810
check-type-assertions: true
911
staticcheck:
10-
go: 1.16
12+
go: "1.21"
1113
misspell:
1214
locale: US
1315
ignore-words: []

0 commit comments

Comments
 (0)