chore: upgrade Go version to 1.26.4#218
Conversation
- Updated go.mod to use Go 1.26.4 - Updated GitHub Actions workflow go-version to 1.26.4 Fixes layer5io#217 Signed-off-by: Shivam <smishraa30@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request updates the Go version in go.mod to 1.26.4 and removes the github.com/google/docsy dependency along with all entries in go.sum. Feedback indicates that Go 1.26 is not yet released, making the specified version invalid, and that removing the Docsy dependency will break the Hugo build since the theme relies on it. A suggestion is provided to use a valid Go version and retain the Docsy dependency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| go 1.24.5 | ||
|
|
||
| require github.com/google/docsy v0.12.0 // indirect | ||
| go 1.26.4 |
There was a problem hiding this comment.
The Go version 1.26.4 is invalid because Go 1.26 has not been released yet. Additionally, removing the github.com/google/docsy dependency will break the Hugo build as this theme relies on Docsy. Please use a valid Go version (such as 1.24.0) and retain the Docsy dependency.
| go 1.26.4 | |
| go 1.24.0 | |
| require github.com/google/docsy v0.12.0 // indirect |
leecalcote
left a comment
There was a problem hiding this comment.
Request assignment of the issue.
Changes
go.modGo version from1.24to1.26.4go-versionin.github/workflows/bump-academy-version.ymlFixes #217