From bc6132e3260d98b959a3328ed44d07e20785125d Mon Sep 17 00:00:00 2001 From: Robbie Blaine <4052340+rblaine95@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:23:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Mise=20`2024.12.0`=20(#121?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Mise `2024.12.0` * Use Aqua instead of Go to install NATS CLI --- .github/workflows/continuous-deploy.yml | 2 +- .mise.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index ecd2e53f9..55ddbc637 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -41,7 +41,7 @@ env: TAILSCALE_VERSION: 1.76.6 HELMFILE_VERSION: v0.169.1 HELM_VERSION: v3.16.3 - MISE_VERSION: 2024.11.19 + MISE_VERSION: 2024.12.0 jobs: build: diff --git a/.mise.toml b/.mise.toml index c7334f7a4..ec7c766de 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,8 +1,7 @@ # https://mise.jdx.dev [tools] -"go:github.com/nats-io/natscli/nats" = "0.1" +"aqua:nats-io/natscli" = "0.1" "pipx:poetry" = "1.8" -go = "1.23" helm = "3" helmfile = "0.169" istioctl = "1.23"