Commit Graph

8 Commits

Author SHA1 Message Date
Alessio Treglia
6ce4d5efd1
replace dep with go mod (#3907)
Replace sha1sum with jack's gosum and get rid of
vendor-deps.
Also don't compute hash on vendor/ contents.
Instead hash go.sum.

Disable unconvert lint check. It does not
work very well with go mod.

Remove update_vendor_deps once and for all.

Upgrade to go 1.12

Closes: #3919 #3630
2019-03-18 13:45:25 +01:00
mircea-c
b2ae4ed573 R4R: update dockerfile with makefile changes (#3351) 2019-01-22 18:08:39 -08:00
Alessio Treglia
0c0bff7ea0 Fix Makefile's all target (#3085)
- Rename get_dev_tools to devtools
- tools and devtools now create a stamp after execution so
  that they are not executed twice on the same pipeline
- Add clean target to remove stamps
2018-12-20 10:03:59 -08:00
Jack Zampolin
85ba874d3b Merge PR #1396: Dockerfile Update
* Working dockerfile
* Fix typo
* Add deps for cgo support
2018-07-03 06:13:31 +02:00
Christopher Goes
1ad820f67c
Update Dockerfile for gometalinter requirement 2018-05-08 01:32:15 +02:00
Christopher Goes
8dd612c38a
Address PR comments 2018-04-10 18:48:47 +02:00
Christopher Goes
22372bfffd
Add basic Dockerfile to build all binaries and export gaiad 2018-04-10 12:39:47 +02:00
Anton Kaliaev
0e730e67f8
Dockerfile and Dockerfile.dev for development 2017-03-14 16:15:03 +04:00