Skip to content

Commit 37deec5

Browse files
authored
Update golangci-lint-action (#949)
Signed-off-by: Shubham Sharma <[email protected]>
1 parent 5879d91 commit 37deec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dapr_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v2
6363
- name: Run golangci-lint
6464
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
65-
uses: golangci/golangci-lint-action@v2
65+
uses: golangci/golangci-lint-action@v3.1.0
6666
with:
6767
version: ${{ env.GOLANG_CI_LINT_VER }}
6868
only-new-issues: true

0 commit comments

Comments
 (0)