updated go deps and min go release action version

This commit is contained in:
Gani Georgiev
2024-12-08 13:52:10 +02:00
parent 85c31ba068
commit 5f660d8671
4 changed files with 60 additions and 54 deletions

View File

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