bumped min go github action version

This commit is contained in:
Gani Georgiev
2025-08-09 10:13:51 +03:00
parent 5200f9c493
commit b1f1d19d7f
33 changed files with 49 additions and 39 deletions

View File

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