Skip to content

Commit 5b720c3

Browse files
mikeeedapr-bot
authored andcommitted
sec: bump to go1.26 and grpc - CVE-2026-33186 (#1613)
(cherry picked from commit 0e4aa05) Signed-off-by: dapr-bot <dapr-bot@users.noreply.github.com>
1 parent 4091196 commit 5b720c3

14 files changed

Lines changed: 239 additions & 327 deletions

File tree

.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.64.2
32+
GOLANG_CI_LINT_VER: v2.10.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@v9
8585
with:
8686
version: ${{ env.GOLANG_CI_LINT_VER }}
8787
skip-cache: true

0 commit comments

Comments
 (0)