diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 51832014f532b41534c0918285f8fb4c43f6a73f..b84692cfca3b2f7bd6a82e5aea434995ccea8342 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -19,9 +19,9 @@ jobs:
       - uses: actions/setup-go@v4
         with:
           go-version: '1.20'
+      - name: "Install staticcheck"
+        run: 'go install honnef.co/go/tools/cmd/staticcheck@latest'
       - run: 'go vet ./...'
-      - run: 'go install honnef.co/go/tools/cmd/staticcheck@latest'
-        name: "Install staticcheck"
       - run: 'staticcheck ./...'
   test:
     name: 'Go Test (1.20)'