bumped action min go version

This commit is contained in:
Gani Georgiev 2025-09-07 08:02:36 +03:00
parent 6af4d88529
commit a095549304
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.12'
go-version: '>=1.24.7'
# 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.