Skip to content

Commit

Permalink
Update golangci-lint-action (#949)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
  • Loading branch information
shubham1172 authored Apr 6, 2022
1 parent 5879d91 commit 37deec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dapr_cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v2
- name: Run golangci-lint
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3.1.0
with:
version: ${{ env.GOLANG_CI_LINT_VER }}
only-new-issues: true
Expand Down

0 comments on commit 37deec5

Please sign in to comment.