chore(go.mod): upgrade golang version

This commit is contained in:
hexxa 2022-04-17 12:20:31 +08:00 committed by Hexxa
parent 603ee8b4a6
commit cbdda1d231

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/ihexxa/quickshare
go 1.13
go 1.16
require (
github.com/boltdb/bolt v1.3.1