bumped min go github action version to 1.26.3

This commit is contained in:
Gani Georgiev
2026-05-07 19:49:22 +03:00
parent 88193b9396
commit 6828ca1d4e
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.26.2'
go-version: '>=1.26.3'
# 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.