Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Feb 28, 2023
1 parent 1cbd542 commit 7832a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
go-version: '1.20.1'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@master
with:
version: v1.51.2
args: --issues-exit-code=0
- name: notify failure
if: failure() && github.ref == 'refs/heads/main'
env:
Expand Down

0 comments on commit 7832a27

Please sign in to comment.