Skip to content

v1.6.0

Choose a tag to compare

@josephspurrier josephspurrier released this 11 May 02:47
· 14 commits to master since this release

What's New

  • Auto-detect target architecture from GOARCH environment variable (falls back to host architecture) to set the default for -64 and -arm flags. This fixes unknown relocation type 7 errors when building with Go 1.26+ on 64-bit targets without explicitly passing -64. (#75)