bumped min go github action version

This commit is contained in:
Gani Georgiev
2025-08-09 09:53:50 +03:00
parent ea7320746f
commit 4c5d13fb4f
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.5'
go-version: '>=1.23.12'
# 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.