updated changelog and min Go version

This commit is contained in:
Gani Georgiev
2024-10-18 16:33:34 +03:00
parent cffbe83399
commit 3dd644c15c
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.5'
go-version: '>=1.22.8'
# 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.