chore(deps): update dependency golangci/golangci-lint to v2.11.3

This commit is contained in:
renovate[bot] 2026-03-14 04:05:07 +00:00
parent e59f7c1549
commit d9e0c03206
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Install golangci-lint
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v2.8.0
GOLANGCI_LINT_VERSION: v2.11.3
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}

View File

@ -58,7 +58,7 @@ jobs:
- name: Get dependencies
env:
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION: v2.8.0
GOLANGCI_LINT_VERSION: v2.11.3
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin ${GOLANGCI_LINT_VERSION}