updated go deps

This commit is contained in:
Gani Georgiev
2024-04-05 20:19:53 +03:00
parent 63bcffb223
commit d5fc74d973
4 changed files with 37 additions and 44 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.22.1'
go-version: '>=1.22.2'
# 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.