chore: set buildGoModule to go-1.23 for netbird

New netbird version requires go-1.23, and the patch to make
buildGoModules default to 1.23 is not yet in unstable

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-23 11:38:09 +05:30
parent bd68ccda65
commit 57ced606da
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -2,7 +2,7 @@ _: _self: super: let
version = "0.29.4";
in {
netbird = super.netbird.override {
buildGoModule = args:
buildGo123Module = args:
super.buildGo123Module (
args
// {