diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-20 17:52:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-20 17:52:54 +0900 |
| commit | f7bfa9a6c27b3f36e66548d7bdcb5b8d9cae6747 (patch) | |
| tree | 1f5f89406b271b6c8b7f769b41e095860555af67 /internal/rosa/go.go | |
| parent | 7035b4b598a037e9a730511a68ee98feb5a033c6 (diff) | |
internal/rosa/go: disable go1.25.7 smtp test
This uses certs that had just expired.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/go.go')
| -rw-r--r-- | internal/rosa/go.go | 3 |
1 files changed, 2 insertions, 1 deletions
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, ) |
