fix: set the correct go version in go.mod
This commit is contained in:
parent
f30a9d1038
commit
bc7f6a8586
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue