[#4145] fixed JSVM types generation for functions with omitted arg types

This commit is contained in:
Gani Georgiev
2024-01-13 11:28:15 +02:00
parent eb695cc6d3
commit 2e3ae1b60a
36 changed files with 2754 additions and 2738 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.21.3'
go-version: '>=1.21.6'
# 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.