backported v0.36.9 fixes

This commit is contained in:
Gani Georgiev
2026-04-07 08:33:40 +03:00
parent 21787ba211
commit 755502afcd
35 changed files with 64 additions and 46 deletions
+1 -1
View File
@@ -21,7 +21,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.