appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Latest image doesn't support Go v1.20 despite docs saying it does #3884

Closed thrasher- closed 11 months ago

thrasher- commented 11 months ago

Hi there,

It appears that using the VS 2022 image and the default path for Go defaults to version v1.19.10 instead of 1.20.x as the docs state: https://www.appveyor.com/docs/windows-images-software/#golang

Link to build issue: https://ci.appveyor.com/project/thrasher-/gocryptotrader-vxsws/builds/47448750

OwenMcDonnell commented 11 months ago

Sorry, there was a directory naming error that was overlooked on the previous image update. It's been corrected in the latest image update.

thrasher- commented 11 months ago

Can confirm that it's now working again, thanks!