We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5879d91 commit 37deec5Copy full SHA for 37deec5
.github/workflows/dapr_cli.yaml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions/checkout@v2
63
- name: Run golangci-lint
64
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
65
- uses: golangci/golangci-lint-action@v2
+ uses: golangci/golangci-lint-action@v3.1.0
66
with:
67
version: ${{ env.GOLANG_CI_LINT_VER }}
68
only-new-issues: true
0 commit comments