Conversation
|
|
There was a problem hiding this comment.
Pull request overview
Updates project metadata by adjusting the module’s declared Go version and cleaning up README badges.
Changes:
- Bump
go.modgodirective from1.17to1.25. - Remove a legacy (commented-out) Travis CI badge from
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| go.mod | Raises the module’s minimum declared Go toolchain version. |
| README.md | Removes an obsolete commented badge entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| module github.com/go-ego/gse | ||
|
|
||
| go 1.17 | ||
| go 1.25 |
There was a problem hiding this comment.
Bumping the go directive from 1.17 to 1.25 is a breaking compatibility change for downstream users (older Go toolchains will refuse to build this module). If the project is intentionally dropping support for older Go versions, please also update the README (it currently says "Go 1.11+") and any other published compatibility statements to match the new minimum.
| go 1.25 | |
| go 1.17 |
| module github.com/go-ego/gse | ||
|
|
||
| go 1.17 | ||
| go 1.25 |
There was a problem hiding this comment.
The PR title/description indicate a README update, but this change also updates the module's minimum Go version. Please reflect the Go version bump in the PR description (and ideally link the motivating issue/decision) so reviewers and release notes capture the breaking change.
Please provide Issues links to:
Provide test code:
Description
...