[Automated] Update academy-theme to v0.4.7#127
Conversation
Signed-off-by: CodexRaunak <CodexRaunak@users.noreply.github.com>
|
There was a problem hiding this comment.
Code Review
This pull request updates the github.com/layer5io/academy-theme dependency from version v0.4.6 to v0.4.7. Feedback suggests updating the replace directive in go.mod to maintain local development overrides and running go mod tidy to clean up unused checksums in the go.sum file.
| require ( | ||
| github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect | ||
| github.com/layer5io/academy-theme v0.4.6 // indirect | ||
| github.com/layer5io/academy-theme v0.4.7 // indirect |
There was a problem hiding this comment.
The update to v0.4.7 on this line makes the existing replace directive for v0.4.2 (on line 6) obsolete and ineffective for local testing. If that directive is intended for development purposes, it should be updated to match the current version or have the version constraint removed (e.g., replace github.com/layer5io/academy-theme => ../academy-theme) to ensure local overrides continue to work as expected.
| github.com/layer5io/academy-theme v0.4.7 h1:Wq1uaVZN04rXnrMgX2K37M2xr/yR0I6NiyOW2AZ3DsY= | ||
| github.com/layer5io/academy-theme v0.4.7/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo= |
There was a problem hiding this comment.
Pull request overview
This PR updates the Hugo module dependency on github.com/layer5io/academy-theme to v0.4.7, updating Go module metadata accordingly for the site’s theme import workflow.
Changes:
- Bumped
github.com/layer5io/academy-themefromv0.4.6tov0.4.7ingo.mod. - Regenerated
go.sumentries to include checksums forv0.4.7.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required academy-theme module version to v0.4.7. |
| go.sum | Adds checksums for academy-theme v0.4.7 to match the dependency bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR updates the academy-theme dependency to the latest release version v0.4.7.
Changes:
Auto-generated based upon release of a new version of layer5io/academy-theme.