updated Go deps

This commit is contained in:
Gani Georgiev
2025-06-09 20:02:52 +03:00
parent e09f71ae74
commit 0f73679c3f
5 changed files with 47 additions and 38 deletions

View File

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