Skip to content

Commit

Permalink
Upgrade golangcli version
Browse files Browse the repository at this point in the history
  • Loading branch information
psheth9 committed Feb 28, 2024
1 parent 1e20879 commit deac4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # version v3.2.0
with:
version: v1.51.1 # this is the golangci-lint version
version: v1.52.2 # this is the golangci-lint version
args: --issues-exit-code=0 # exit without errors for now - won't fail the build
github-token: ${{ secrets.GITHUB_TOKEN }}
only-new-issues: true
Expand Down

0 comments on commit deac4ed

Please sign in to comment.