Skip to content

Commit 1d0189e

Browse files
Update golangci/golangci-lint Docker tag to v2.6.1 (main) (#8474)
Update golangci/golangci-lint Docker tag to v2.6.1 | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | docker | golangci/golangci-lint | v2.5.0 | v2.6.1 | | github-tags | golangci/golangci-lint | v2.5.0 | v2.6.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 556fbc1 commit 1d0189e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
pass_filenames: false
4545

4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v2.5.0
47+
rev: v2.6.1
4848
hooks:
4949
- id: golangci-lint
5050
args: [--new-from-patch=/tmp/diff.patch]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ARCH ?= amd64 ## The architecture of the image or binar
2323
GOOS ?= linux ## The OS of the binary. For example linux, darwin
2424
TELEMETRY_ENDPOINT ?= oss.edge.df.f5.com:443
2525
# renovate: datasource=docker depName=golangci/golangci-lint
26-
GOLANGCI_LINT_VERSION ?= v2.5.0 ## The version of golangci-lint to use
26+
GOLANGCI_LINT_VERSION ?= v2.6.1 ## The version of golangci-lint to use
2727

2828
# Additional flags added here can be accessed in main.go.
2929
# e.g. `main.version` maps to `var version` in main.go

0 commit comments

Comments
 (0)