Skip to content

Commit

Permalink
fix golangci-lint-action version to v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Aug 20, 2024
1 parent ce45ab1 commit 9ac1d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 #v2.22.5
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v3.7.0
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
with:
version: v1.59.1
args: --timeout 1h

0 comments on commit 9ac1d86

Please sign in to comment.