bumped min Go GitHub action version to 1.26.1

This commit is contained in:
Gani Georgiev
2026-03-06 09:17:00 +02:00
parent c2f3fe6a52
commit d4578c3b8c
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.26.0'
go-version: '>=1.26.1'
# 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.