Browse Source

chore: change to `govet` (#238)

Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
Bruno Schaatsbergen 8 months ago
parent
commit
7ad0b835d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .golangci.yml

+ 1 - 1
.golangci.yml

@@ -24,4 +24,4 @@ linters:
     - unconvert
     - unconvert
     - unparam
     - unparam
     - unused
     - unused
-    - vet
+    - govet