Skip to content

Commit fb2bf3f

Browse files
committed
lint: golangci: update stylecheck to go v1.18
1 parent d251e76 commit fb2bf3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linters:
1313
- whitespace
1414
linters-settings:
1515
stylecheck:
16-
go: "1.16"
16+
go: "1.18"
1717
checks:
1818
- all
1919
- '-ST1003' # disable uppercase acronyms, like Google Go SDK

0 commit comments

Comments
 (0)