backported fixes from v0.40.2

This commit is contained in:
Gani Georgiev
2026-09-02 12:38:07 +03:00
parent 7cbbafc6d2
commit 456a6701fe
36 changed files with 111 additions and 59 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.27.0'
go-version: '>=1.27.1'
# 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.