Skip to content

Commit 73d2b0f

Browse files
committed
fix golangci for go 1.18
1 parent 079aeb0 commit 73d2b0f

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
@@ -6,7 +6,7 @@ linters-settings:
66

77
run:
88
deadline: 1m
9-
go: '1.15'
9+
go: '1.18'
1010

1111
issues:
1212
exclude:

0 commit comments

Comments
 (0)