diff --git a/nix/overlay.nix b/nix/overlay.nix index 34a2a8319f..c6998fef3d 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -53,9 +53,9 @@ in { version = "13.3"; allowHigher = true; }; - go = super.go_1_18; - buildGoPackage = super.buildGo118Package; - buildGoModule = super.buildGo118Module; + go = super.go_1_19; + buildGoPackage = super.buildGo119Package; + buildGoModule = super.buildGo119Module; gomobile = (super.gomobile.overrideAttrs (old: { patches = self.fetchurl { # https://github.com/golang/mobile/pull/84 url = "https://github.com/golang/mobile/commit/f20e966e05b8f7e06bed500fa0da81cf6ebca307.patch"; diff --git a/status-go-version.json b/status-go-version.json index d71957cbe9..5735b85b1a 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "owner": "status-im", "repo": "status-go", - "version": "v0.143.1", - "commit-sha1": "ee01fe4e0c14f03fb32dda15365da3c73470cde0", - "src-sha256": "0l5rld1p5nsvfahn8iymyn87a8h6wrllcx2jngcy7pxffbgk3619" + "version": "v0.144.0", + "commit-sha1": "ba1ba1ac0203948339be5877ea6e970efb7b8ee0", + "src-sha256": "0r2gxivnx201zfnm69g2mk1izcjid4lf9s4ln721kwrnc1v288sf" }