diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 4bca9f01c..4f5cf869c 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -56,7 +56,7 @@ steps: lint: depends_on: - vendor - image: golangci/golangci-lint:v2.11.3 + image: golangci/golangci-lint:v2.11.4 commands: - make lint when: *when diff --git a/Makefile b/Makefile index 6598cf6c1..570e9c119 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # renovate: datasource=github-releases depName=mvdan/gofumpt GOFUMPT_VERSION := v0.9.2 # renovate: datasource=github-releases depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION := v2.11.3 +GOLANGCI_LINT_VERSION := v2.11.4 # renovate: datasource=docker depName=docker.io/techknowlogick/xgo XGO_VERSION := go-1.26.x