status-go/_assets/ci
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
..
Jenkinsfile ci: refactor to use status-jenkins-lib 2021-05-10 14:04:55 +02:00
Jenkinsfile.android Makefile: pin tool versions, use go install 2021-09-17 14:39:30 +02:00
Jenkinsfile.docker ci: refactor to use status-jenkins-lib 2021-05-10 14:04:55 +02:00
Jenkinsfile.ios Makefile: pin tool versions, use go install 2021-09-17 14:39:30 +02:00
Jenkinsfile.linux ci: refactor to use status-jenkins-lib 2021-05-10 14:04:55 +02:00
Jenkinsfile.tests Makefile: pin tool versions, use go install 2021-09-17 14:39:30 +02:00
validate-vendor.sh Move non-go related files to the `_assets` folder. #621 (#630) 2018-02-09 14:38:18 +01:00