diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 818bfb7..7904a3a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -181,6 +181,16 @@ jobs: ${{ runner.os }}-lint-${{ hashFiles('.golangci.yaml') }} ${{ runner.os }}-lint- + - name: setup golangci-lint + uses: golangci/golangci-lint-action@v4 + with: + version: latest + install-mode: goinstall + args: --version + skip-cache: true + skip-pkg-cache: true + skip-build-cache: true + - name: lint code run: make lint-report env: