Skip to content

Commit

Permalink
pin lint
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Sep 9, 2024
1 parent 8799b62 commit 49df6bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 49df6bf

Please sign in to comment.