fixed daos.SaveView test

This commit is contained in:
Gani Georgiev
2023-02-18 20:31:41 +02:00
parent 5fd7f61656
commit b184ef6c3a
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19.4'
go-version: '>=1.20.0'
# 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.