Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appveyor: fix Go install #3

Merged
merged 1 commit into from
Aug 26, 2024
Merged

appveyor: fix Go install #3

merged 1 commit into from
Aug 26, 2024

Conversation

benma
Copy link

@benma benma commented Aug 26, 2024

https://www.appveyor.com/docs/windows-images-software/#golang lists

Go 1.22.1 x64 (C:\go - default in PATH)

But the image or docs are buggy, C:\go is a symlink of C:\go121 and Go 1.22 does not seem to exist.

We switch to choco to install the desired Go version. The benefit is that choco receives new updates faster too and has more granular version control.

https://www.appveyor.com/docs/windows-images-software/#golang lists

> Go 1.22.1 x64 (C:\go - default in PATH)

But the image or docs are buggy, C:\go is a symlink of C:\go121 and Go
1.22 does not seem to exist.

We switch to choco to install the desired Go version. The benefit is
that choco receives new updates faster too and has more granular
version control.
@baizon baizon merged commit de87e3a into baizon:feature/go_122 Aug 26, 2024
baizon pushed a commit that referenced this pull request Aug 26, 2024
https://www.appveyor.com/docs/windows-images-software/#golang lists

> Go 1.22.1 x64 (C:\go - default in PATH)

But the image or docs are buggy, C:\go is a symlink of C:\go121 and Go
1.22 does not seem to exist.

We switch to choco to install the desired Go version. The benefit is
that choco receives new updates faster too and has more granular
version control.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants