Spent a few minutes narrowing down this issue impacting a bunch of Go projects and resulting in them having executable stacks:
github.com/Benau/go_rlott
Printed out the compilation commands from `go build` and the first assembly file included in the matterbridge build was this.
Conversation
matterbridge includes support for a bunch of chat protocols so it has a large dependency graph of Go chat protocol libraries. Unfortunately, some are wrappers around libraries written in C or C++. This particular code is for something like rendering animated Telegram stickers.
Replying to
For those that use the pre-built matterbridge binaries or docker images, they are all build without CGO.

