bumped min go github action version to 1.26.4

This commit is contained in:
Gani Georgiev
2026-06-03 15:22:43 +03:00
parent 889c5654e3
commit ac04d7d66e
34 changed files with 47 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.26.3'
go-version: '>=1.26.4'
# 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.