From 7cbbafc6d2e223335eeef6a64d3fed0ced91fcc6 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 22 Aug 2026 12:10:46 +0300 Subject: [PATCH] bumped min go github action version to 1.27 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 457c4f10..e13b7635 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v6 with: - go-version: '>=1.26.6' + go-version: '>=1.27.0' # 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.