chore(deps): bump github.com/stretchr/testify to v1.11.1#15
Conversation
hyp3rd
commented
Jan 20, 2026
- Update testify from v1.10.0 → v1.11.1 in go.mod
- Refresh go.sum checksums accordingly
- No source code changes; only module files updated (go.mod, go.sum)
- Update testify from v1.10.0 → v1.11.1 in go.mod - Refresh go.sum checksums accordingly - No source code changes; only module files updated (go.mod, go.sum)
There was a problem hiding this comment.
Pull request overview
This PR updates the testify dependency from v1.10.0 to v1.11.1. However, the PR also includes an unrelated change to timer.go that removes a comment, which contradicts the PR description stating "No source code changes; only module files updated."
Changes:
- Updated github.com/stretchr/testify from v1.10.0 to v1.11.1 in go.mod
- Updated go.sum checksums for the new testify version
- Removed a comment in timer.go (unrelated to dependency update)
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates testify dependency version from v1.10.0 to v1.11.1 |
| go.sum | Updates checksums for testify v1.11.1 and its dependencies |
| timer.go | Removes a comment line (unrelated to dependency update) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -72,7 +72,6 @@ func (p *TimerPool) Close() { | |||
|
|
|||
| // Drain drains the pool. | |||
| func (p *TimerPool) Drain() { | |||
There was a problem hiding this comment.
This comment removal is unrelated to the dependency update described in the PR title and description. The PR states "No source code changes; only module files updated (go.mod, go.sum)", but this change modifies timer.go. If this comment removal is intentional, it should be in a separate commit or the PR description should be updated to reflect this change.