bumped min go action version and added missing : char to the autocomplete regex

This commit is contained in:
Gani Georgiev
2025-12-02 19:37:39 +02:00
parent 9014604506
commit 37601fe2de
36 changed files with 50 additions and 43 deletions
+1 -1
View File
@@ -21,7 +21,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.