Skip to content

Commit

Permalink
chore: Revert golangci-lint-action to 6.1.0
Browse files Browse the repository at this point in the history
`6.1.1` is not allow-listed yet, therefore the action fails.
  • Loading branch information
c-pius authored Nov 21, 2024
1 parent f89bd67 commit 2c7df81
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/[email protected].1
uses: golangci/[email protected].0
with:
version: v1.60.3
args: --verbose

0 comments on commit 2c7df81

Please sign in to comment.