Skip to content

Commit 5fe8a9d

Browse files
feat: update dapr to latest rc
Signed-off-by: nelson.parente <[email protected]>
1 parent edb70cf commit 5fe8a9d

File tree

4 files changed

+371
-432
lines changed

4 files changed

+371
-432
lines changed

.github/workflows/dapr_cli.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build ${{ matrix.target_os }}_${{ matrix.target_arch }} binaries
3030
runs-on: ${{ matrix.os }}
3131
env:
32-
GOLANG_CI_LINT_VER: v1.61.0
32+
GOLANG_CI_LINT_VER: v2.3.1
3333
GOOS: ${{ matrix.target_os }}
3434
GOARCH: ${{ matrix.target_arch }}
3535
GOPROXY: https://proxy.golang.org
@@ -81,7 +81,7 @@ jobs:
8181
go-version-file: 'go.mod'
8282
- name: Run golangci-lint
8383
if: matrix.target_arch == 'amd64' && matrix.target_os == 'linux'
84-
uses: golangci/golangci-lint-action@v3.2.0
84+
uses: golangci/golangci-lint-action@v8.0.0
8585
with:
8686
version: ${{ env.GOLANG_CI_LINT_VER }}
8787
skip-cache: true

0 commit comments

Comments
 (0)