From f7bfa9a6c27b3f36e66548d7bdcb5b8d9cae6747 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 20 Mar 2026 17:52:54 +0900 Subject: [PATCH] internal/rosa/go: disable go1.25.7 smtp test This uses certs that had just expired. Signed-off-by: Ophestra --- internal/rosa/go.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/rosa/go.go b/internal/rosa/go.go index a5e6a4cd..4eeb324d 100644 --- a/internal/rosa/go.go +++ b/internal/rosa/go.go @@ -135,7 +135,8 @@ sed -i \ cmd/link/internal/`+runtime.GOARCH+`/obj.go rm \ - os/root_unix_test.go + os/root_unix_test.go \ + net/smtp/smtp_test.go `, go123, )