Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
pass_filenames: false

- repo: https://github.com/golangci/golangci-lint
rev: v2.6.2
rev: v2.7.1
hooks:
- id: golangci-lint
args: [--new-from-patch=/tmp/diff.patch]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARCH ?= amd64 ## The architecture of the image or binar
GOOS ?= linux ## The OS of the binary. For example linux, darwin
TELEMETRY_ENDPOINT ?= oss.edge.df.f5.com:443
# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION ?= v2.6.2 ## The version of golangci-lint to use
GOLANGCI_LINT_VERSION ?= v2.7.1 ## The version of golangci-lint to use
# renovate: datasource=go depName=golang.org/x/tools
GOIMPORTS_VERSION ?= v0.39.0 ## The version of goimports to use
# renovate: datasource=go depName=mvdan.cc/gofumpt
Expand Down
Loading