golangci-lint: bump to go1.18.4
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
852b380ea9
commit
962edc69c9
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
run:
|
run:
|
||||||
go: 1.17.10
|
go: 1.18.4
|
||||||
tests: true
|
tests: true
|
||||||
|
|
||||||
issues:
|
issues:
|
||||||
@ -36,9 +36,9 @@ linters:
|
|||||||
# - prealloc # disable for now as it might be premature optimisation
|
# - prealloc # disable for now as it might be premature optimisation
|
||||||
- revive
|
- revive
|
||||||
- unconvert
|
- unconvert
|
||||||
- unparam
|
- unparam # not ready for go1.18 yet
|
||||||
- varcheck
|
- varcheck
|
||||||
- wastedassign
|
- wastedassign # not ready for go1.18 yet
|
||||||
- whitespace
|
- whitespace
|
||||||
- wsl
|
- wsl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user