use go 1.25.5

This commit is contained in:
Gani Georgiev
2025-12-02 20:01:18 +02:00
parent 2e4c9db111
commit 529cb8cd6b
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.25.11'
go-version: '>=1.25.5'
# 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.