From 5cfe54251a20b83274547a262f23490228c7cbf3 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 19 Aug 2021 16:06:24 +1000 Subject: [PATCH] Update staticcheck go target to 1.16 --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 3a38b696..eb429fc9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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: