From 61c5629cc516727036ce2dda4ba013b52b3e5033 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 21 Nov 2025 15:39:37 +0100 Subject: [PATCH 1/3] Update Go setup and gomobile version in Android build action --- .github/actions/build-android/action.yml | 4 ++-- netbird | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-android/action.yml b/.github/actions/build-android/action.yml index d3fe023..a92c7ef 100644 --- a/.github/actions/build-android/action.yml +++ b/.github/actions/build-android/action.yml @@ -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 @@ -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 diff --git a/netbird b/netbird index 32146e5..0764f1b 160000 --- a/netbird +++ b/netbird @@ -1 +1 @@ -Subproject commit 32146e576d9e817a4fb84a87631521eceed5b503 +Subproject commit 0764f1b687a01ad97197f6d95c8154f1eb4b19c2 From bd6c497f1b5002be21dc702e10908d22e3aa2277 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 21 Nov 2025 15:49:04 +0100 Subject: [PATCH 2/3] Update netbird file configuration --- netbird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbird b/netbird index 0764f1b..07c5235 160000 --- a/netbird +++ b/netbird @@ -1 +1 @@ -Subproject commit 0764f1b687a01ad97197f6d95c8154f1eb4b19c2 +Subproject commit 07c52357050d1b833f078700792d34817483445c From 6431b1341ef8de5e9a8eb8cb8a62c5f93b285a7b Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Sat, 22 Nov 2025 10:11:13 +0100 Subject: [PATCH 3/3] update submodule --- netbird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbird b/netbird index 07c5235..290fe2d 160000 --- a/netbird +++ b/netbird @@ -1 +1 @@ -Subproject commit 07c52357050d1b833f078700792d34817483445c +Subproject commit 290fe2d8b91483073f1c9dba439f464a910cfc61