Bump go to 1.25, remove compatibility for 25.05 or older

This commit is contained in:
Sandro Jäckel 2026-02-04 19:48:56 +01:00
parent 17eea6f381
commit 5c23dc81a7
No known key found for this signature in database
GPG key ID: 236B6291555E8401
13 changed files with 31 additions and 44 deletions

View file

@ -23,8 +23,7 @@ rec {
inherit vendorHash;
};
unit-tests = pkgs.callPackage ./pkgs/unit-tests.nix { };
}
// pkgs.lib.optionalAttrs (pkgs ? buildGo124Module) {
lint = pkgs.callPackage ./pkgs/lint.nix {
inherit sops-install-secrets;
};