bumped the min Go version in the GitHub release action

This commit is contained in:
Gani Georgiev
2024-07-02 12:59:13 +03:00
parent 679751d4a7
commit a8e9c97600
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.3'
go-version: '>=1.22.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.