From 69b645cb1d47c83c4eac7679a02033e691169d99 Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Fri, 29 May 2026 09:44:10 -0700 Subject: [PATCH] fix(e2e): add mage to mise tool list --- mise.e2e.lock | 32 ++++++++++++++++++++++++++++++++ mise.e2e.toml | 2 ++ 2 files changed, 34 insertions(+) diff --git a/mise.e2e.lock b/mise.e2e.lock index 7362c004..696d409c 100644 --- a/mise.e2e.lock +++ b/mise.e2e.lock @@ -257,6 +257,38 @@ url = "https://dl.k8s.io/v1.34.7/bin/darwin/amd64/kubectl" checksum = "sha256:cd158f0f6e4e7624a7d82706d13b9fa8c70aa3026658217a2cf260d0933c4aa9" url = "https://dl.k8s.io/v1.34.7/bin/windows/amd64/kubectl.exe" +[[tools.mage]] +version = "1.14.0" +backend = "aqua:magefile/mage" + +[tools.mage."platforms.linux-arm64"] +checksum = "sha256:f9ad70938fbaf15233a574b89f7fa41566102f18114eab9b2aa37d64ad7f21de" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Linux-ARM64.tar.gz" + +[tools.mage."platforms.linux-arm64-musl"] +checksum = "sha256:f9ad70938fbaf15233a574b89f7fa41566102f18114eab9b2aa37d64ad7f21de" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Linux-ARM64.tar.gz" + +[tools.mage."platforms.linux-x64"] +checksum = "sha256:a9eb55344ccf6728ab40fe55f809fb7cc0f1085858afd9e594753ed82e59b73f" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Linux-64bit.tar.gz" + +[tools.mage."platforms.linux-x64-musl"] +checksum = "sha256:a9eb55344ccf6728ab40fe55f809fb7cc0f1085858afd9e594753ed82e59b73f" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Linux-64bit.tar.gz" + +[tools.mage."platforms.macos-arm64"] +checksum = "sha256:4ff2119161d70c94bca2d5f870f566b5cd7f4ed73c94c92c96f83ed650a7c849" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_macOS-ARM64.tar.gz" + +[tools.mage."platforms.macos-x64"] +checksum = "sha256:f7f4feb2971742caf77fe77553817c2eb9c448422b15a97cc6ab821ce683d610" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_macOS-64bit.tar.gz" + +[tools.mage."platforms.windows-x64"] +checksum = "sha256:28571e0a50955ea4e5a1596908bf98f5e0c345c6696c836cbd2c42e37b16da29" +url = "https://github.com/magefile/mage/releases/download/v1.14.0/mage_1.14.0_Windows-64bit.zip" + [[tools.vault]] version = "2.0.0" backend = "aqua:hashicorp/vault" diff --git a/mise.e2e.toml b/mise.e2e.toml index be16f47e..26e7f5bd 100644 --- a/mise.e2e.toml +++ b/mise.e2e.toml @@ -15,3 +15,5 @@ vault = "2.0.0" gotestsum = "1.13.0" # Work around GitHub token rate limits wait-for-gh-rate-limit = "1.1.1" +# Build Go apps/services +mage = "1.14.0"