Ver código fonte

staticcheck version

Matthew R. Kasun 3 anos atrás
pai
commit
5f690a8a72
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -93,5 +93,5 @@ jobs:
           go-version: 1.18
       - name: static checks
         run: |
-            go install honnef.co/go/tools/cmd/staticheck@2022.1
+            go install honnef.co/go/tools/cmd/staticcheck
             staticcheck ./...