updated go deps and the min github action go version

This commit is contained in:
Gani Georgiev
2024-02-07 21:19:13 +02:00
parent 7ef118581b
commit 9f1c1c2e33
3 changed files with 41 additions and 20 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.21.6'
go-version: '>=1.21.7'
# 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.