]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Update staticcheck go target to 1.16
authorMatt Joiner <anacrolix@gmail.com>
Thu, 19 Aug 2021 06:06:24 +0000 (16:06 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 19 Aug 2021 06:06:24 +0000 (16:06 +1000)
.golangci.yml

index 3a38b696525e7be033fc9898b17b2377d1572b88..eb429fc9766a7347f3a6841515ebabe2671aae89 100644 (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: