Skip to content

Commit

Permalink
fix(SPV-000): change lint version to fixed 1.60.1 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain authored Aug 23, 2024
1 parent 91932b1 commit 0dafdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.60.1
args: --config=./.golangci-lint.yml
style-lint:
name: style-lint
Expand All @@ -64,7 +64,7 @@ jobs:
- name: golangci-style-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.60.1
args: --config=./.golangci-style.yml
test:
needs: [yamllint, asknancy]
Expand Down

0 comments on commit 0dafdae

Please sign in to comment.