update to `go 1.16` in go.mod

This commit is contained in:
datbeohbbh 2023-02-22 21:54:42 +03:00
parent 056cecc97e
commit fc5cf7d417
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module xorm.io/xorm
go 1.13
go 1.16
require (
gitee.com/travelliu/dm v1.8.11192