bumped GitHub action min Go version

This commit is contained in:
Gani Georgiev
2025-01-18 12:45:54 +02:00
parent c7322eec66
commit 37ff943f67
3 changed files with 7 additions and 3 deletions

View File

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