From 141872ed80d6323505e7543628c259fdae8506d3 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 2 Aug 2022 16:39:09 -0400 Subject: chore: Bump up to Go 1.19, minimum 1.18 (#4925) --- admin_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin_test.go') diff --git a/admin_test.go b/admin_test.go index f64df75..d53988b 100644 --- a/admin_test.go +++ b/admin_test.go @@ -115,7 +115,7 @@ func TestUnsyncedConfigAccess(t *testing.T) { } // decode the expected config so we can do a convenient DeepEqual - var expectedDecoded interface{} + var expectedDecoded any err = json.Unmarshal([]byte(tc.expect), &expectedDecoded) if err != nil { t.Fatalf("Test %d: Unmarshaling expected config: %v", i, err) -- cgit v1.2.3