go: Modernize codebase with go fix
diff --git a/lib/go/test/tests/validate_test.go b/lib/go/test/tests/validate_test.go
index 52e059a..57c12f0 100644
--- a/lib/go/test/tests/validate_test.go
+++ b/lib/go/test/tests/validate_test.go
@@ -482,7 +482,7 @@
 	if err != nil {
 		t.Error(err)
 	}
-	jsonMap := make(map[string]interface{})
+	jsonMap := make(map[string]any)
 	if err = json.Unmarshal(b, &jsonMap); err != nil {
 		t.Error(err)
 	}