added db pool size limits and update the min go release action version to 1.19.3

This commit is contained in:
Gani Georgiev
2022-11-02 21:44:23 +02:00
parent 9cbb2e750e
commit 5e0718176d
13 changed files with 47 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
go-version: '>=1.19.3'
# 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.