From 129f9ea8d2fc5a6d1d96bcca7a234547753d6103 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Thu, 5 Dec 2024 10:36:09 +0200 Subject: [PATCH 1/2] Mise `2024.12.0` --- .github/workflows/continuous-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 5146017e42bfa6182376f6c8fd3aede17a8858d1 Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Thu, 5 Dec 2024 11:51:06 +0200 Subject: [PATCH 2/2] Use Aqua instead of Go to install NATS CLI --- .mise.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"