Update Go to 125
All checks were successful
Auto Update Build / build (pull_request) Successful in 2h0m42s

This commit is contained in:
pazpi 2026-02-04 08:27:27 +01:00
parent c11fea4a9d
commit 9088b7df6c

View file

@ -103,7 +103,7 @@ in
final: prev: {
authentikComponents = prev.authentikComponents // {
gopkgs = prev.authentikComponents.gopkgs.override {
buildGo124Module = pkgs.buildGo125Module;
buildGo125Module = pkgs.buildGo125Module;
};
};
}