updated v0.22 changelog and bumped actions/setup-go to v6

This commit is contained in:
Gani Georgiev
2025-12-02 20:20:27 +02:00
parent 68b9d0e403
commit 7825baab13
3 changed files with 12 additions and 3 deletions

View File

@@ -26,9 +26,9 @@ jobs:
node-version: 20.17.0
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version: '>=1.24.11'
go-version: '>=1.25.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.