We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f62f49 + 558dee1 commit 6756aa5Copy full SHA for 6756aa5
scripts/deps.sh
@@ -3,13 +3,13 @@ set -eu
3
4
# Developer tool versions (tracked by Renovate)
5
# renovate: datasource=github-tags depName=golangci/golangci-lint
6
-GOLANGCI_LINT_VERSION=v2.8.0
+GOLANGCI_LINT_VERSION=v2.9.0
7
# renovate: datasource=github-tags depName=gotestyourself/gotestsum
8
GOTESTSUM_VERSION=v1.13.0
9
# renovate: datasource=github-tags depName=kubernetes-sigs/kind
10
KIND_VERSION=v0.31.0
11
# renovate: datasource=github-tags depName=helm/helm
12
-HELM_VERSION=v4.1.0
+HELM_VERSION=v4.1.1
13
# renovate: datasource=github-tags depName=mvdan/sh
14
GOFUMPT_VERSION=v3.12.0
15
0 commit comments