diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d7e199..b4432673 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build: test:lint: stage: test - image: golangci/golangci-lint:v2.7 + image: golangci/golangci-lint:v2.8 variables: GOLANGCI_LINT_CACHE: $CI_PROJECT_DIR/.cache/golangci-lint cache: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 19a7f0eb..0a426e38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,7 +82,7 @@ repos: - id: shellcheck - repo: https://github.com/golangci/golangci-lint - rev: v2.7.2 + rev: v2.8.0 hooks: - id: golangci-lint-full language_version: 1.25.5 # renovate: datasource=golang-version depName=go