Skip to content

Commit

Permalink
Merge pull request #293629 from dakota-doordash/master
Browse files Browse the repository at this point in the history
go-tools: pin go to 1.22
  • Loading branch information
kirillrdy authored Mar 9, 2024
2 parents bfbd419 + 504b683 commit c2cb7ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28089,7 +28089,9 @@ with pkgs;

goverview = callPackage ../tools/security/goverview { };

go-tools = callPackage ../development/tools/go-tools { };
go-tools = callPackage ../development/tools/go-tools {
buildGoModule = buildGo122Module;
};

gotest = callPackage ../development/tools/gotest { };

Expand Down

0 comments on commit c2cb7ba

Please sign in to comment.