Skip to content

Commit

Permalink
fix: Use commit hash for golangci-lint action (#150)
Browse files Browse the repository at this point in the history
Use commit hash for golangci-lint
  • Loading branch information
nesmabadr authored Jan 30, 2025
1 parent ae0aaa9 commit e69ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.2.0
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae
with:
version: v1.60.3
args: --verbose

0 comments on commit e69ece2

Please sign in to comment.