status-go/_assets
Jakub Sokołowski 116f76e189 Makefile: pin tool versions, use go install
Using latest version every time is just asking for weird random issues.

This commit in `gomobile` has made Go `1.16` required:
80cb72e7af

Since we upgarded Go to 1.16 on CI hosts we can now use the recommended
method of installing tools, which is using `go install`.

In addition to that I've pinned other tools that we install to specific
versions, and dropped use of `modvendor` fork thanks to merging of:
https://github.com/goware/modvendor/pull/13

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-17 14:39:30 +02:00
..
build Fix listen flag (#1897) 2020-03-10 13:40:35 +01:00
ci Makefile: pin tool versions, use go install 2021-09-17 14:39:30 +02:00
compose compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
docs migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
patches Gomobile support (#1164) 2019-02-01 18:02:52 +01:00
scripts install_deps.sh: fix format, add NixOS support 2021-09-17 14:39:30 +02:00
systemd compose/systemd: fix completion of make targets 2021-08-24 16:45:47 +02:00
tests Implemented better images.Get() and added better tests 2020-12-17 14:10:00 +01:00