Skip to content

Releases: bir3/gocompiler

v0.9.2202

21 Apr 12:47

Choose a tag to compare

  • Go version 1.22.2
  • fix compiling with cgo

v0.8.2202

19 Apr 21:23

Choose a tag to compare

  • Go version 1.22.2
  • remove debug logging

v0.7.2202

19 Apr 19:56

Choose a tag to compare

  • Go version 1.22.2

v0.6.2010

12 Oct 21:11

Choose a tag to compare

  • go 1.20.10
  • add test
  • export extra/filelock package and helper function extra.MkdirAllRace

v0.5.208

10 Sep 12:23

Choose a tag to compare

  • Go 1.20.8
  • Now uses private Go build cache to avoid interfering with standard Go toolchain build cache
  • Cache and config folder names changed

v0.4.206

14 Jul 16:41

Choose a tag to compare

  • go1.20.6

v0.4.210-rc.2

30 Jun 21:06

Choose a tag to compare

  • go1.21rc2
  • cgo now works as usual

v0.3.205

10 Jun 13:14

Choose a tag to compare

  • go1.20.5
  • stdlib is now extracted to physical files in cache folder (instead of using embedded filesystem as previously)

v0.2.196

14 Feb 22:04

Choose a tag to compare

  • Go 1.19.6
  • more robust by using os.Executable()
  • GoVersion() now returns the Go compiler version, e.g. "1.19.6"

v0.2.3

06 Nov 20:27

Choose a tag to compare

  • go1.19.3 and bugfix