Releases: drud/build-tools
1.6.2: Fix broken "make push"
1.6.0 broke the "make push" capability, this puts it back.
1.6.1: Quiet the build
In 1.6.0 I accidentally removed the @ that quiets the builds for linux/darwin/windows. It made a mess. Add it back in.
1.6.0: Move to golang 1.10.3, many small changes
Most of the changes are documented in #56
- Bumps golang-build-container to golang 1.10.3, which also adds golangci-lint and updates the other linters.
- Add buildkite integration, windows and macos testing for this.
- Windows docker toolbox build support (helps ddev)
- Deprecate support for Dockerfile.in and UPSTREAM_REPO, which we haven't used for some time. Switch to normal usage of Dockerfile. (Dockerfile.in is still there, still works, but you don't have to have it any more.)
- make build (default target, same as make) now only builds the executable for the current OS (so make build on windows is the same as make windows. It used to always build linux and darwin (only).
golangci-lint is now installed and supported and tested. Its behavior is not guaranteed to be the same as gometalinter. It seems to be a little bit faster on the build-tools test. - make clean will remove a container built by the makefile
- The staticrequired target now depends on both gometalinter and golangci-lint targets.
- Regular Dockerfile now works (not just Dockerfile.in)
Commits:
6dfd34c Golang upgrade, buildkite integration, Windows docker toolbox support, fixes #55, fixes #34 (#56)
6a3bdfd (master) Bump golang-build-container to v1.10.2 (#54)
1ada96e Remove BUILD_IMAGE from python-docker as it's not used (#53)
1.5.5: Move to golang 1.10
Upgrade build-tools to golang 1.10, clear cache on make clean (#52)
v1.5.4 Adds dep and glide to golang container
v1.5.4 Adds dep and glide to golang container
v1.5.3: golang 1.9.3
Bump golang-build-container to get golang 1.9.3 (#50)
1.5.2: golang 1.9.1, docker :delegated mounts for performance
181decb (HEAD, upstream/master, upstream/HEAD) Actually use the docker mount :delegated flag (#48)
60008ac Add docker mount flag :delegated to mounts (#46)
d5f821b Upgrade golang-build-container to v0.5.1-golang 1.9.1 (#47)
c46ba5e Add vetshadow to default stable of gometalinter tools (#44)
849c220 Remove hard-wired VERSION from Makefile.example (#43)
1.5.1: Improves gometalinter target
- Improved gometalinter target for static analysis.
1.5.0: Upgrade to golang 1.9.0
Upgrade to golang 1.9.0