Skip to content

Commit

Permalink
lint: golangci: update go version to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Nov 13, 2022
1 parent 5a37ea8 commit f19c4ba
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' # Poorly chosen identifier

0 comments on commit f19c4ba

Please sign in to comment.