Skip to content

Commit 6291b48

Browse files
deps: update pre-commit hook golangci/golangci-lint
1 parent ac8e9f8 commit 6291b48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525

2626
test:lint:
2727
stage: test
28-
image: golangci/golangci-lint:v2.10
28+
image: golangci/golangci-lint:v2.11
2929
variables:
3030
GOLANGCI_LINT_CACHE: $CI_PROJECT_DIR/.cache/golangci-lint
3131
cache:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repos:
8282
- id: shellcheck
8383

8484
- repo: https://github.com/golangci/golangci-lint
85-
rev: v2.10.1
85+
rev: v2.11.2
8686
hooks:
8787
- id: golangci-lint-full
8888
language_version: 1.25.8 # renovate: datasource=golang-version depName=go

0 commit comments

Comments
 (0)