diff --git a/.github/workflows/staticcheck.yml b/.github/workflows/staticcheck.yml index c772ea3..16ab57a 100644 --- a/.github/workflows/staticcheck.yml +++ b/.github/workflows/staticcheck.yml @@ -26,6 +26,6 @@ jobs: - run: "go vet ./..." - uses: dominikh/staticcheck-action@v1.2.0 with: - version: "2022.1" + version: "latest" install-go: false cache-key: ${{ matrix.go }} \ No newline at end of file