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 Github Actions Windows test issues #278

Merged
merged 5 commits into from
Sep 23, 2023
Merged

Conversation

Xemdo
Copy link
Contributor

@Xemdo Xemdo commented Sep 23, 2023

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Problem/Feature

Github Actions tests were failing with Windows. Apparently its an issue with how its handling any Go version before 1.20.
Similar to apache/arrow-adbc#1088 so the solution was the same

Description of Changes:

  • Updated Go version to 1.20.x
  • Updated crazy-max/ghaction-xgo to v3
  • Updated actions/checkout to v4
  • Updated actions/setup-go to v4

Checklist

  • My code follows the Contribution Guide
  • I have self-reviewed the changes being requested
  • I have made comments on pieces of code that may be difficult to understand for other editors
  • I have updated the documentation (if applicable)

@Xemdo Xemdo changed the title Fix Windows test issues Fix Github Actions Windows test issues Sep 23, 2023
@Xemdo Xemdo merged commit 103544e into main Sep 23, 2023
8 checks passed
@Xemdo Xemdo deleted the github-action-xgo-update branch September 23, 2023 17:45
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.

1 participant