jrasell / sherpa

Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Mozilla Public License 2.0
163 stars 8 forks source link

Ensure go mod is not enabled when install makefile tools. #35

Closed jrasell closed 5 years ago

jrasell commented 5 years ago

Running the makefile tools target with go mod enabled breaks their install meaning following makefile commands all fail for various reasons. This change enforces go mod is off just for these commands to ensure smooth makefile running.