-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Run Github Actions workflows using the latest two versions of Go #74
Conversation
…version # Conflicts: # .github/workflows/test.yml
Merged upstream to resolve conflicts. |
Hi @nothub, Thank you for the PR. I apologize for the late response. I would rather not use the version of Go specified in the I think it might be a better idea to use Reference: https://github.com/actions/setup-go?tab=readme-ov-file#using-stableoldstable-aliases |
Hi @adrg, I changed the used go-version to |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #74 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 392 392
=========================================
Hits 392 392 ☔ View full report in Codecov by Sentry. |
Thank you. Can you also change the |
Yeah no problem 👍 |
This changes the CI job to always use the Go version defined in the mod file. It also enables caching for module downloads.