caddy: use Go 1.26 (#502142)

This commit is contained in:
StepBroBD
2026-03-22 09:20:04 +00:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
{
lib,
buildGo125Module,
buildGoModule,
callPackage,
fetchFromGitHub,
nixosTests,
@@ -19,7 +19,7 @@ let
hash = "sha256-D1qI7TDJpSvtgpo1FsPZk6mpqRvRharFZ8soI7Mn3RE=";
};
in
buildGo125Module (finalAttrs: {
buildGoModule (finalAttrs: {
pname = "caddy";
inherit version;