Skip to content

Commit

Permalink
fix(ios-build): update weshnet deps (#1307)
Browse files Browse the repository at this point in the history
* chore: update weshnet dep

* chore: update go version to 1.22 for ci

* chore: go mod tidy

* chore: update go version on desktop ci/cd

---------

Co-authored-by: n0izn0iz <[email protected]>
  • Loading branch information
sakul-budhathoki and n0izn0iz authored Nov 18, 2024
1 parent a586e48 commit 137ce3b
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 823 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/desktop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22.8"

- name: Install node modules
run: yarn
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22.8"

- name: Install node modules
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22.8"

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22.8"

- name: Select xcode
run: sudo xcode-select -s /Applications/Xcode_15.2.app
Expand Down
Loading

0 comments on commit 137ce3b

Please sign in to comment.