Skip to content

Commit 385e1aa

Browse files
committed
go_1_22/buildGo122Module: remove
Signed-off-by: Paul Meyer <[email protected]>
1 parent 418ac80 commit 385e1aa

File tree

3 files changed

+2
-200
lines changed

3 files changed

+2
-200
lines changed

pkgs/development/compilers/go/1.22.nix

Lines changed: 0 additions & 195 deletions
This file was deleted.

pkgs/top-level/aliases.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ mapAliases {
355355

356356
budgie = throw "The `budgie` scope has been removed and all packages moved to the top-level"; # Added 2024-07-14
357357
budgiePlugins = throw "The `budgiePlugins` scope has been removed and all packages moved to the top-level"; # Added 2024-07-14
358+
buildGo122Module = throw "Go 1.22 is end-of-life, and 'buildGo122Module' has been removed. Please use a newer builder version."; # Added 2025-03-28
358359
buildGoPackage = throw "`buildGoPackage` has been deprecated and removed, see the Go section in the nixpkgs manual for details"; # Added 2024-11-18
359360

360361
inherit (libsForQt5.mauiPackages) buho; # added 2022-05-17
@@ -679,6 +680,7 @@ mapAliases {
679680
gnu-cobol = gnucobol; # Added 2024-09-17
680681
gnupg1orig = throw "'gnupg1orig' has been removed due to lack of active upstream maintainance. Consider using 'gnupg' instead"; # Added 2025-01-11
681682
gnupg22 = throw "'gnupg22' is end-of-life. Consider using 'gnupg24' instead"; # Added 2025-01-05
683+
go_1_22 = throw "Go 1.22 is end-of-life and 'go_1_22' has been removed. Please use a newer Go toolchain."; # Added 2024-03-28
682684
gogs = throw ''
683685
Gogs development has stalled. Also, it has several unpatched, critical vulnerabilities that
684686
weren't addressed within a year: https://github.com/gogs/gogs/issues/7777

pkgs/top-level/all-packages.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11665,11 +11665,6 @@ with pkgs;
1166511665
go = go_1_24;
1166611666
buildGoModule = buildGo124Module;
1166711667

11668-
go_1_22 = callPackage ../development/compilers/go/1.22.nix { };
11669-
buildGo122Module = callPackage ../build-support/go/module.nix {
11670-
go = buildPackages.go_1_22;
11671-
};
11672-
1167311668
go_1_23 = callPackage ../development/compilers/go/1.23.nix { };
1167411669
buildGo123Module = callPackage ../build-support/go/module.nix {
1167511670
go = buildPackages.go_1_23;

0 commit comments

Comments
 (0)