Skip to content

Conversation

@paskal
Copy link
Collaborator

@paskal paskal commented Dec 3, 2025

Summary

  • Migrate test mock servers from go-chi/chi to Go 1.22+ native http.ServeMux with method-based routing patterns
  • Remove github.com/go-chi/chi/v5 dependency
  • Update GitHub Actions to latest versions (setup-go v6, checkout v6, golangci-lint-action v9)

@paskal paskal requested a review from umputun as a code owner December 3, 2025 14:42
@coveralls
Copy link

coveralls commented Dec 3, 2025

Pull Request Test Coverage Report for Build 19899381536

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.311%

Totals Coverage Status
Change from base Build 14460960197: 0.0%
Covered Lines: 470
Relevant Lines: 488

💛 - Coveralls

@paskal paskal force-pushed the remove-chi-dependency branch from 63e76f6 to 16f8a3c Compare December 3, 2025 14:50
- Migrate test mock servers from go-chi/chi to Go 1.22+ native
  http.ServeMux with method-based routing patterns
- Remove github.com/go-chi/chi/v5 dependency
- Update GitHub Actions to latest versions (setup-go v6, checkout v6,
  golangci-lint-action v9)
- Update dependencies: lgr v0.12.1, slack v0.17.3, testify v1.11.1,
  x/net v0.47.0
@paskal paskal force-pushed the remove-chi-dependency branch from 16f8a3c to 0dede11 Compare December 3, 2025 15:32
@umputun umputun merged commit 2e69f62 into master Dec 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants