chore(deps): update golangci/golangci-lint (v2.7.2 → v2.10.1) (#129)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-07 05:24:48 +00:00
committed by GitHub
parent 30aa8b39d3
commit 3ad3d6fe48
2 changed files with 2 additions and 2 deletions

View File

@@ -43,5 +43,5 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with: with:
version: v2.7.2 version: v2.10.1
install-mode: goinstall install-mode: goinstall

View File

@@ -52,7 +52,7 @@ jobs:
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with: with:
version: v2.7.2 version: v2.10.1
install-mode: goinstall install-mode: goinstall
- name: Run integration tests and collect coverage - name: Run integration tests and collect coverage