diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 20bd3459..892e37c6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,13 +48,4 @@ jobs: - name: Test run: make test - name: Lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.53 - install-mode: goinstall - skip-pkg-cache: true - only-new-issues: false - args: > - --modules-download-mode=readonly - --timeout=3m0s - ./tools/... + run: make lint-go