updated min go github action version to 1.26.5

This commit is contained in:
Gani Georgiev
2026-07-08 06:49:28 +03:00
parent e646b8ebac
commit 692e0f0789
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v6 uses: actions/setup-go@v6
with: with:
go-version: '>=1.26.4' go-version: '>=1.26.5'
# This step usually is not needed because the /ui/dist is pregenerated locally # 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. # but its here to ensure that each release embeds the latest admin ui artifacts.