Skip to content

Commit

Permalink
Merge pull request #196 from EspressoSystems/jh/fix-go-ci
Browse files Browse the repository at this point in the history
Pin the golint version in CI
  • Loading branch information
ImJeremyHe authored Aug 14, 2024
2 parents 9b473c3 + 51ff425 commit 4d547c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
uses: golangci/golangci-lint-action@v5
with:
annotations: false
version: latest
version: v1.59.1
skip-pkg-cache: true
- name: Custom Lint
run: |
Expand Down

0 comments on commit 4d547c9

Please sign in to comment.