bumped ui/dist and go action version

This commit is contained in:
Gani Georgiev
2026-04-08 14:27:53 +03:00
parent b251a4cf65
commit e91694154f
32 changed files with 43 additions and 41 deletions

View File

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