support go1.21 and set min version to go1.19

This commit is contained in:
thinkerou 2023-08-10 14:15:51 +08:00
parent 7448ae7790
commit 0f7a45f4f1

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/gin-gonic/gin
go 1.20
go 1.21
require (
github.com/bytedance/sonic v1.9.1