fix: go version fix 1.20

This commit is contained in:
xuthus5 2023-10-21 15:31:24 +08:00
parent 998e154bdb
commit 0357905d87
Signed by: xuthus5
GPG Key ID: A23CF9620CBB55F9

2
go.mod
View File

@ -1,6 +1,6 @@
module pastebin
go 1.21.0
go 1.20
require (
github.com/gin-gonic/gin v1.9.1