Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/build-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version-file: "netbird/go.mod"

- name: Setup NDK
shell: bash
Expand All @@ -60,7 +60,7 @@ runs:

- name: Install gomobile
shell: bash
run: go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20230531173138-3c911d8e3eda
run: go install golang.org/x/mobile/cmd/gomobile@v0.0.0-20251113184115-a159579294ab

- name: Build NetBird Go library
shell: bash
Expand Down
Loading