This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
Releases: drud/build-tools
Releases · drud/build-tools
v2.5.1: golang v1.15
v2.4.1: Bump golang to 1.14.2 and fix build_update.sh
Bump golang to latest and fix build_update.sh (#71) * Bump golang to v1.14.2 * Fix build_update.sh, which has been broken a long time Github api must have changed... * Fix circleci stages -> jobs
v2.4.0: Golang 1.14
Bump to golang v1.14, drop appveyor test (#70) * Bump to golang v1.14 * Remove appveyor support * Add GOLANCI_LINT_CACHE as now required by golanci-lint
v2.3.0: Golang v1.13
Use golang v1.13 (#68) * Bump to golang v1.13.0 * Remove TestStaticCheck as staticcheck doesn't respect go cache location
v2.2.1: Golang v1.12.1 and fix GOCACHE
Use GOCACHE. It was always being recreated (#64) * Use GOCACHE. It was always being recreated * Silent build again like it should be * test fixups
2.2.0: Bump to golang v1.12
This bumps to golang v1.12
2.1.1: Bugfixes (mod=vendor)
- Lost the mod=vendor in 2.1.0
- Pull only if not existing on the container.
2.1.0: Use appveyor for Windows testing, simplify makefiles
- Big breakthrough is using Appveyor for testing.
- Also another whole round of the simplifications and make improvements in 2.0.0
2.0.0: golang 1.11 build OUTSIDE GOPATH
NOTE: This makes two major changes, and is a breaking change:
- Everything is expected to be outside GOPATH for building
- binaries now build into $(GOTMP)/bin (.gotmp/bin) instead of bin/... - It's a much better situation, with less to ignore and temp stuff properly hidden away. But builds that depend on knowing where the binaries are stored will have to be adjusted.
1.7.0: Bump to golang v1.11
Bump to golang v1.11 (#59)