Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@mvdan mvdan released this 05 Sep 20:22
· 1 commit to master since this release
v0.13.0
85df7f5

This release drops support for Go 1.21 and adds support for Go 1.23.

A number of fixes are also included:

  • Fix obfuscation errors when arch-dependent struct padding is used
  • Fix a failure when using garble inside a go.work workspace
  • Fail early and clearly if the Go version is too new
  • Rewrite the main go generate script from Bash to Go and improve it