From 2c41896b33487ee044415cdbcf018a9514703317 Mon Sep 17 00:00:00 2001 From: Mitchell Nielsen Date: Mon, 18 Nov 2024 14:52:34 -0600 Subject: [PATCH] Bump mise tool versions Bumps the tools managed by mise to match the changes here. --- .mise.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.mise.toml b/.mise.toml index 504fb72..43cda0a 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,13 +1,13 @@ [tools] actionlint = '1.7.1' -ginkgo = '2.19.0' -golang = '1.21' +ginkgo = '2.21.0' +golang = '1.22' golangci-lint = '1.61.0' 'go:golang.org/x/tools/cmd/goimports' = '0.25.0' helm = '3.15' helm-ct = '3.11.0' helm-docs = '1.13.1' -kube-controller-tools = '0.14.0' +kube-controller-tools = '0.16.5' kubectl = '1.31' kustomize = '5.3.0' pre-commit = '3.8.0'