]> Sergey Matveev's repositories - btrtrc.git/blobdiff - .golangci.yml
Handle torrentfs failure in test.sh
[btrtrc.git] / .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: