From a6c58fe43080081cebcffd048429fca69d705fc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 15:14:22 +0300 Subject: [PATCH] Update NetBird client to 0.67.3 (#71) * Update NetBird client to 0.67.3 * Upgrade go version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bcmmbaga --- .github/workflows/release.yml | 2 +- netbird/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6c82a0..ce0c7db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: release: "15.0" prepare: | - pkg install -y git go124 ca_root_nss + pkg install -y git go125 ca_root_nss git clone --depth 1 --single-branch -b devel --filter=blob:none --sparse https://github.com/pfsense/FreeBSD-ports.git /usr/ports cd /usr/ports git sparse-checkout set Mk Templates Keywords diff --git a/netbird/Makefile b/netbird/Makefile index 9b2ae07..38c88b6 100644 --- a/netbird/Makefile +++ b/netbird/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbird DISTVERSIONPREFIX= v -DISTVERSION= 0.67.1 +DISTVERSION= 0.67.3 CATEGORIES= security net net-vpn MAINTAINER= hakan.external@netbird.io