-
Notifications
You must be signed in to change notification settings - Fork 81
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 runners and bump go version #550
Conversation
✅ Deploy Preview for agent-public-docs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
==========================================
+ Coverage 66.00% 66.12% +0.12%
==========================================
Files 118 118
Lines 13468 13461 -7
==========================================
+ Hits 8889 8901 +12
+ Misses 3979 3959 -20
- Partials 600 601 +1 ☔ View full report in Codecov by Sentry. |
golangci-lint action still does not have node 20, can pin to a specific commit or wait for a new release golangci/golangci-lint-action#953 |
Proposed changes
Bump versions to remove warnings like:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: action For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
golangci-lint action still does not have node 20, can pin to a specific commit or wait for a new release golangci/golangci-lint-action#953
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentmake install-tools
and have attached any dependency changes to this pull requestREADME.md
)