fix: set the correct go version in go.mod

This commit is contained in:
kolaente 2022-06-19 16:31:06 +02:00 committed by Gitea
parent f30a9d1038
commit bc7f6a8586
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -87,4 +87,4 @@ replace (
gopkg.in/fsnotify.v1 => github.com/kolaente/fsnotify v1.4.10-0.20200411160148-1bc3c8ff4048 // See https://github.com/fsnotify/fsnotify/issues/328 and https://github.com/golang/go/issues/26904
)
go 1.16
go 1.17