diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d9866bcc5..71a4e26e7d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: pass_filenames: false - repo: https://github.com/golangci/golangci-lint - rev: v2.6.2 + rev: v2.7.2 hooks: - id: golangci-lint args: [--new-from-patch=/tmp/diff.patch] diff --git a/Makefile b/Makefile index bf8472c8ac..b1e8f2d396 100644 --- a/Makefile +++ b/Makefile @@ -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.2 ## 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