hub/script
Eli Schwartz 7d915e232c
build: pass mod vendoring flag on newer versions of go
When go autodetects that it is being run as a go mod, and that there is
a vendor directory, it will still try to redownload all sources over the
network, unless you use -mod=vendor to tell it to use that. Additionally,
when using -mod=vendor the compiler will nicely avoid messing with
$GOPATH at all, since it can operate in a completely self-contained
manner.

Take advantage of this, when the detected go version is at least 1.11
(when the -mod flag was introduced).
2019-06-15 22:56:33 -04:00
..
bootstrap Remove Ruby ronn from build toolchain 2018-12-29 14:33:12 +01:00
build build: pass mod vendoring flag on newer versions of go 2019-06-15 22:56:33 -04:00
build.bat
cached-bundle
changelog
coverage
cross-compile
github-release [ci] Fix uploading binaries to an existing release 2019-01-26 18:21:01 +01:00
install.bat
install.sh
package
publish-release Only publish HTML man pages if the tag is cut off master 2019-01-18 19:01:31 +01:00
ruby-test
s3-put
test
version
version.bat