updated go deps and bumped min go github version

This commit is contained in:
Gani Georgiev
2025-12-02 19:28:27 +02:00
parent 85232ed6e4
commit 68b9d0e403
4 changed files with 8 additions and 4 deletions

View File

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