mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
go, buildGoModule, buildGoPackage: default to 1.19
This commit is contained in:
parent
bd97c7ab87
commit
844cc21d55
@ -22781,9 +22781,9 @@ with pkgs;
|
||||
### DEVELOPMENT / GO
|
||||
|
||||
# the unversioned attributes should always point to the same go version
|
||||
go = go_1_18;
|
||||
buildGoModule = buildGo118Module;
|
||||
buildGoPackage = buildGo118Package;
|
||||
go = go_1_19;
|
||||
buildGoModule = buildGo119Module;
|
||||
buildGoPackage = buildGo119Package;
|
||||
|
||||
go_1_17 = callPackage ../development/compilers/go/1.17.nix ({
|
||||
inherit (darwin.apple_sdk.frameworks) Foundation Security;
|
||||
|
Loading…
Reference in New Issue
Block a user