chore: bump Go to 1.26.3

- upgrade go directive in go.mod from 1.25.0 to 1.26.3
This commit is contained in:
douxu 2026-05-28 16:36:51 +08:00
parent 57371fbf1f
commit 9c4dcd29e4
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module modelRT
go 1.25.0
go 1.26.3
require (
github.com/DATA-DOG/go-sqlmock v1.5.2