diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e61749999..9f84ddabc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,14 +123,14 @@ jobs: - name: Build all lint dependencies run: make -j build-node-deps - # - name: Lint - # uses: golangci/golangci-lint-action@v3 - # with: - # version: latest - # skip-pkg-cache: true - # - name: Custom Lint - # run: | - # go run ./linters ./... + - name: Lint + uses: golangci/golangci-lint-action@v3 + with: + version: v1.59.0 + skip-pkg-cache: true + - name: Custom Lint + run: | + go run ./linters ./... - name: Set environment variables run: |