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 edb70cf commit 5fe8a9dCopy full SHA for 5fe8a9d
.github/workflows/dapr_cli.yaml
@@ -29,7 +29,7 @@ jobs:
29
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
30
runs-on: ${{ matrix.os }}
31
env:
32
- GOLANG_CI_LINT_VER: v1.61.0
+ GOLANG_CI_LINT_VER: v2.3.1
33
GOOS: ${{ matrix.target_os }}
34
GOARCH: ${{ matrix.target_arch }}
35
GOPROXY: https://proxy.golang.org
@@ -81,7 +81,7 @@ jobs:
81
go-version-file: 'go.mod'
82
- name: Run golangci-lint
83
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
84
- uses: golangci/golangci-lint-action@v3.2.0
+ uses: golangci/golangci-lint-action@v8.0.0
85
with:
86
version: ${{ env.GOLANG_CI_LINT_VER }}
87
skip-cache: true
0 commit comments