From 1552f2bceff3147300efb604908a7aae374ed3b3 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 16 Oct 2024 09:18:29 +0800 Subject: [PATCH] feat(mise): install taskfile --- .mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mise.toml b/.mise.toml index 22d948b2..8acd7da8 100644 --- a/.mise.toml +++ b/.mise.toml @@ -23,6 +23,7 @@ kustomize = ["5.3.0"] flux2 = "2.2.3" talosctl = ["1.7.5", "1.6.7", "1.5.4", "1.3.6"] talhelper = ["3.0.5", "1.16.2"] +task = ["3.39.2"] cilium-cli= ["0.15.14"] 1password-cli = ["2.24.0"] restic = ["0.16.4"] @@ -41,4 +42,5 @@ rust = ["1.80.1"] go = ["1.22.6"] "go:github.com/gcla/termshark/v2/cmd/termshark" = ["2.4.0"] "go:github.com/aymanbagabas/shcopy" = ["0.1.5"] +# "go:github.com/go-task/task/v3/cmd/task" = ["3.39.2"]