diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 39060b3..ceb8f41 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -78,7 +78,11 @@ jobs: ${{ runner.os }}-go- - name: Run staticcheck - run: make staticcheck + uses: dominikh/staticcheck-action@v1.1.0 + with: + version: "2022.1" + install-go: false + cache-key: ${{ matrix.go }} unittesting: name: unit testing (Go ${{ matrix.go }})