Browse Source

staticcheck version

Matthew R. Kasun 3 years ago
parent
commit
972a4d8ebf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

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

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