bumped app version and min go github action version

This commit is contained in:
Gani Georgiev
2026-08-14 06:55:28 +03:00
parent 82368a6152
commit f7229c502f
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '>=1.26.5'
go-version: '>=1.26.6'
# 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.