Commit Graph

9 Commits

Author SHA1 Message Date
Flavio Crisciani c6917f91f5
Add gosimple check
Add the gosimple tool check in the Makefile
Fix all the issues identified

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-07-06 09:42:38 -07:00
Flavio Crisciani 3c15bcd2b2
Bump docker base image to 1.8.3
added also new dependencies used in the new makefile

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
2017-06-12 11:31:32 -07:00
Jana Radhakrishnan adb4e0e1be WIP: Update golang version to 1.7.1
Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2016-10-04 10:12:34 -07:00
Sebastiaan van Stijn 244fe12f2e
Switch to golang 1.5.4
Security fix for Go:
https://groups.google.com/forum/#!msg/golang-announce/9eqIHqaWvck/kXsfO0ogLAAJ

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-05-20 16:35:34 +02:00
Chun Chen a70f861d78 tools/cmd/vet has been deleted and go tool vet works natively on 1.5+
Signed-off-by: Chun Chen <ramichen@tencent.com>
2016-04-08 16:33:39 +08:00
Alessandro Boch ae99bd09ad Fix CI
Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-03-18 14:49:57 -07:00
Vincent Demeester 18fbf39c59 Use gofmt with -s instead of goimports
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-02-12 14:07:00 +01:00
Jana Radhakrishnan 3b57ca14be Fix golang.org/x/tools breakage in go 1.4
A commit today(1/6/2016) in golang.org/x/tools broke
libnetwork builds because it now requires certain
go 1.5 packages while libnetwork still uses go1.4.
Fixed it by manually installing golang.org/x/tools from
release-branch.go1.5 which should work for us
even though it is versioned 1.5. The 1.4 release
branch is too old and doesn't work with latest golint
package.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2016-01-06 18:29:52 -08:00
Dave Tucker 7ddd97684e Multi-Arch Support
Compile the dnet tool for Linux (x86, amd64 and arm)
and Windows (x86 and amd64)

- Moved installation of dependencies into `Dockerfile.build`
- Remove `start-services` from Makefile
   - That's the responsibility of Docker or build environment
- Removed utils depending on `netlink` from `netutils/utils.go`

Unable to add `make cross` to CircleCI just yet as there are some
issues to solve that are unrelated to this PR

Also fix `.gitignore` which was not updated after changing the build
image name in #667

Signed-off-by: Dave Tucker <dt@docker.com>
2015-11-25 22:47:41 +00:00