bumped min Go GitHub action to 1.25.6

This commit is contained in:
Gani Georgiev
2026-01-15 23:16:42 +02:00
parent fb120daaa5
commit 297d085983
35 changed files with 53 additions and 42 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.25.5'
go-version: '>=1.25.6'
# 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.