fix: bump go to 1.18

This commit is contained in:
Siddarth Kumar 2024-04-29 18:15:59 +05:30
parent fc7f95b8fa
commit 3af8f7aa41
No known key found for this signature in database
GPG Key ID: F84DB2CA5207F534
1 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ in {
version = "13.3";
allowHigher = true;
};
go = super.pkgs.go_1_17;
buildGoPackage = super.pkgs.buildGo117Package;
buildGoModule = super.pkgs.buildGo117Module;
go = super.pkgs.go_1_18;
buildGoPackage = super.pkgs.buildGo118Package;
buildGoModule = super.pkgs.buildGo118Module;
gomobile = (super.gomobile.overrideAttrs (old: {
patches = self.pkgs.fetchurl { # https://github.com/golang/mobile/pull/84
url = "https://github.com/golang/mobile/commit/f20e966e05b8f7e06bed500fa0da81cf6ebca307.patch";