Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Releases: drud/build-tools

v2.5.1: golang v1.15

12 Aug 14:48
5479475
Compare
Choose a tag to compare

Golang v1.15, remove docker toolbox

v2.4.1: Bump golang to 1.14.2 and fix build_update.sh

14 May 03:20
fe9e385
Compare
Choose a tag to compare
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

01 Mar 21:01
eba821d
Compare
Choose a tag to compare
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

12 Sep 01:47
c0092fa
Compare
Choose a tag to compare
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

26 Mar 21:52
41e767c
Compare
Choose a tag to compare
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

27 Feb 19:42
975450f
Compare
Choose a tag to compare

This bumps to golang v1.12

2.1.1: Bugfixes (mod=vendor)

27 Feb 01:53
64e70f3
Compare
Choose a tag to compare
  • 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

25 Feb 23:53
2aeb2c3
Compare
Choose a tag to compare
  • 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

08 Jan 22:17
5ae1c52
Compare
Choose a tag to compare

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

20 Sep 21:38
f417856
Compare
Choose a tag to compare
Bump to golang v1.11 (#59)