From 6cc3a05ed292d32a6a7496aea8e9f55ee8e57722 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Wed, 11 Mar 2026 17:56:06 +1000 Subject: [PATCH] chore: bump mise to 2026.3.7 on github actions --- .github/workflows/go-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index b866f063..ecffadc2 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -63,7 +63,7 @@ jobs: - name: Install Mise uses: jdx/mise-action@13abe502c30c1559a5c37dff303831bab82c9402 # v2.2.3 with: - version: "2025.9.6" + version: "2026.3.7" env: GITHUB_TOKEN: ${{ github.token }}