From 49df6bf84a80adb6f1ef9711b8242bd8d0d1a98a Mon Sep 17 00:00:00 2001 From: Ethen Pociask Date: Mon, 9 Sep 2024 14:55:41 -0400 Subject: [PATCH] pin lint --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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: |