Skip to content

Commit

Permalink
lint: golangci: update stylecheck to go v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Oct 27, 2022
1 parent d251e76 commit fb2bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linters:
- whitespace
linters-settings:
stylecheck:
go: "1.16"
go: "1.18"
checks:
- all
- '-ST1003' # disable uppercase acronyms, like Google Go SDK
Expand Down

0 comments on commit fb2bf3f

Please sign in to comment.