Update staticcheck go target to 1.16
This commit is contained in:
parent
3d03438480
commit
5cfe54251a
|
@ -1,7 +1,6 @@
|
||||||
linters-settings:
|
linters-settings:
|
||||||
staticcheck:
|
staticcheck:
|
||||||
# Select the Go version to target. The default is '1.13'.
|
go: "1.16"
|
||||||
go: "1.15"
|
|
||||||
checks: ["all", "-U1000"]
|
checks: ["all", "-U1000"]
|
||||||
|
|
||||||
govet:
|
govet:
|
||||||
|
|
Loading…
Reference in New Issue