go version in `go.mod` is 1.16 but go version installed on machine should be >= 1.17
This commit is contained in:
datbeohbbh 2023-03-05 14:58:33 +03:00
parent 668e5fc257
commit 595c48ac3a
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

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