I've encountered an issue with go 1.22 version, wh...
# development
t
I've encountered an issue with go 1.22 version, when trying to compile a package that imports
runtime
, it fails because we're passing a flag to asm that's has now been removed -
-compiling-runtime
. I've already created a PR with a fix https://github.com/pantsbuild/pants/pull/20554
👍 1
🙏 1