We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cf8274 + 1e1ce4b commit dd97fd1Copy full SHA for dd97fd1
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.7.2
+GOLANGCI_LINT_VERSION=v2.8.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.0.4
+HELM_VERSION=v4.0.5
13
# renovate: datasource=github-tags depName=mvdan/sh
14
GOFUMPT_VERSION=v3.12.0
15
0 commit comments