Merge pull request #1074 from amnezia-vpn/fix/gh-ios-build

Fix iOS build on GHA
This commit is contained in:
pokamest 2024-09-19 09:24:32 -07:00 committed by GitHub
commit ff82cf5dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'