Skip to content

Commit

Permalink
fix: broken golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
kernle32dll committed Jun 19, 2023
1 parent f5e7a06 commit a131912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
with:
go-version: '1.20'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.53

0 comments on commit a131912

Please sign in to comment.