You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache function has been added in versions v3 and v4 of actions/setup-go, which can cache the previous compilation results. Upgrading the action version can improve compilation speed.
Why is this feature needed?
Increase the running speed of Github Actions runner.
- Close#303
- Upgrade GitHub Actions to v4 in all workflows
- Fix zipping and uploading of Linux arm64 assets in release workflow
- Simplify and remove unnecessary steps in build workflow
* ci: Upgrade GitHub Actions to v4 for greater stability
- Close#303
- Upgrade GitHub Actions to v4 in all workflows
- Fix zipping and uploading of Linux arm64 assets in release workflow
- Simplify and remove unnecessary steps in build workflow
Feature Description
The cache function has been added in versions v3 and v4 of actions/setup-go, which can cache the previous compilation results. Upgrading the action version can improve compilation speed.
Why is this feature needed?
Increase the running speed of Github Actions runner.
Checklist
Screenshots/Videos
If applicable, add screenshots or videos to help explain your proposal.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: