bumped min go action version

This commit is contained in:
Gani Georgiev
2025-10-08 18:06:49 +03:00
parent cbc7846b96
commit 9014604506
34 changed files with 47 additions and 42 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.12'
go-version: '>=1.24.8'
# 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.