A new release is cooking. 1.114.6 should fix all of this.
The root cause of the problem was that we are trying to support Windows versions older than Windows 10 or Windows Server 2016. We’ve had to rig up some trickiness to build with Go 1.20 for the Windows build instead of Go 1.21, which we use elsewhere. The trickiness ended up being too tricky, because it tricked the release script into thinking we weren’t doing a release build. The FreeBSD build was affected only because it came after Windows.
Those of us who are looking at this currently would like very much to drop support for older Windows and save ourselves a bunch of headaches, but that probably isn’t an option yet.