Update staticcheck go target to 1.16

This commit is contained in:
Matt Joiner 2021-08-19 16:06:24 +10:00
parent 3d03438480
commit 5cfe54251a
1 changed files with 1 additions and 2 deletions

View File

@ -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: