bumped min go action version

This commit is contained in:
Gani Georgiev
2025-10-08 17:55:23 +03:00
parent a8321498fd
commit fda6ad8d5d
33 changed files with 49 additions and 39 deletions

View File

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