From cbd95294ba1f6c0a54fe8510814359e4a774cd67 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 20 Aug 2026 18:23:21 +0900 Subject: go: 1.27 This fixes test cases affected by jsonv2 changes. Signed-off-by: Ophestra --- cmd/hakurei/json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hakurei/json_test.go b/cmd/hakurei/json_test.go index c6649567..433a514b 100644 --- a/cmd/hakurei/json_test.go +++ b/cmd/hakurei/json_test.go @@ -66,7 +66,7 @@ func TestEncodeJSON(t *testing.T) { want string }{ {"marshaler", errorJSONMarshaler{}, - `cannot encode json for main.errorJSONMarshaler: unique error 3735928559 injected by the test suite`}, + `cannot encode json for *main.errorJSONMarshaler: unique error 3735928559 injected by the test suite`}, {"default", func() {}, `cannot write json: json: unsupported type: func()`}, } -- cgit v1.3.1