From 81ab3020682142815dd01a63fee1235758355f28 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Tue, 2 Dec 2025 19:51:45 +0200 Subject: [PATCH] try again with check-latest:true --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6ba10cdf..6a4ceddf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,8 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '>=1.25.5' + go-version: '>=1.24.11' + check-latest: true # This step usually is not needed because the /ui/dist is pregenerated locally # but its here to ensure that each release embeds the latest admin ui artifacts.