Use Go 1.14 on AppVeyor
Created by: mrnugget
This fixes the Appveyor part of https://github.com/sourcegraph/src-cli/issues/237 - Travis CI also needs to be updated.
After struggling to get this running with Go 1.14 I simply searched sourcegraph.com for appveyor.yml
files
Turns out golang/dep
has the only configuration that works.
Even switching worker images to the newest version didn't make Go 1.14 available — changing GOROOT
, PATH
etc. didn't help.