Fix iOS build on GHA

This commit is contained in:
Iurii Egorov 2024-09-19 18:47:20 +03:00
parent 7ad7f31e4d
commit 8648790583

View file

@ -181,7 +181,7 @@ jobs:
- name: 'Install go'
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22.1'
cache: false
- name: 'Setup gomobile'