I'm guessing something in the go macro fails with new Clojure 1.12 method reference?
(a/go (reduce + (mapv Math/sqrt (range 1e6))))
=> Syntax error macroexpanding clojure.core.async/go at (test/com/xadecimal/async_style_test.clj:1325:11).
Cannot find field sqrt for class class java.lang.MathThe go macro depends on tools.analyzer which is still in the process of being updated to 1.12