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

Fix Windows CI build #219

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Fix Windows CI build #219

merged 1 commit into from
Sep 17, 2021

Conversation

kmoe
Copy link
Member

@kmoe kmoe commented Sep 17, 2021

winbuildtest has been failing since 14th September with:

#!powershell.exe -ExecutionPolicy Bypass
choco install golang --version 1.16.4 --yes
Chocolatey v0.11.1
Installing the following packages:
golang
By installing, you accept licenses for the packages.
A newer version of golang (v1.17) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions, or use --side-by-side to allow multiple versions.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - golang - A newer version of golang (v1.17) is already installed.
 Use --allow-downgrade or --force to attempt to install older versions, or use --side-by-side to allow multiple versions.

Exited with code exit status 1
CircleCI received exit code 1

It looks like Golang 1.17 is already installed on the runner, so our build step is unnecessary.

@kmoe kmoe marked this pull request as ready for review September 17, 2021 11:25
@kmoe kmoe merged commit 9230b19 into main Sep 17, 2021
@kmoe kmoe deleted the fix-windows-build-go-version branch September 17, 2021 11:25
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