echocat / gradle-golang-plugin

Gradle plugin to build, test and do other stuff of Golang projects.
https://github.com/echocat/gradle-golang-plugin
Mozilla Public License 2.0
44 stars 8 forks source link

Getting go version #18

Closed s4s0l closed 7 years ago

s4s0l commented 7 years ago

Getting installed go version failed when GOROOT was set to non default location. What worse it resulted in overwriting go version in this GOROOT with version downloaded by plugin. So it downgraded my go from 1.7.4 to 1.7.1 :) There where some issues closed because of inactivity of reporters but it might be their case.

blaubaer commented 7 years ago

Hey @s4s0l thank you for this great solution. 🎉