SIGN IN SIGN UP
gin-gonic / gin UNCLAIMED

Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.

ci: update Go version support to 1.25+ across CI and docs (#4550)

* ci: update Go version support to 1.25+ across CI and docs

- Remove Go 1.24 from CI test matrix to only support 1.25 and 1.26
- Update documentation to require Go version 1.25 or above

Signed-off-by: appleboy <[email protected]>

* chore: increase required Go version for Gin to 1.25

- Update minimum required Go version for Gin from 1.24 to 1.25
- Revise related warning message and test expectations to match new version requirement

Signed-off-by: appleboy <[email protected]>

---------

Signed-off-by: appleboy <[email protected]>
B
Bo-Yi Wu committed
ae3f524974fc4f55d18c9e7fae4614503c015226
Parent: 38534e2
Committed by GitHub <[email protected]> on 2/28/2026, 9:37:02 AM