Skip to content

Use Go 1.14 on AppVeyor

Warren Gifford requested to merge appveyor-go-1-14 into master

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.

Merge request reports

Loading