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