We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 824ca5f commit 803a775Copy full SHA for 803a775
2 files changed
.gitlab-ci.yml
@@ -25,7 +25,7 @@ build:
25
26
test:lint:
27
stage: test
28
- image: golangci/golangci-lint:v2.6
+ image: golangci/golangci-lint:v2.7
29
variables:
30
GOLANGCI_LINT_CACHE: $CI_PROJECT_DIR/.cache/golangci-lint
31
cache:
.pre-commit-config.yaml
@@ -82,7 +82,7 @@ repos:
82
- id: shellcheck
83
84
- repo: https://github.com/golangci/golangci-lint
85
- rev: v2.6.2
+ rev: v2.7.0
86
hooks:
87
- id: golangci-lint-full
88
language_version: 1.25.5 # renovate: datasource=golang-version depName=go
0 commit comments