fix: set the correct go version in go.mod
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2022-06-19 16:31:06 +02:00
parent da735e33c9
commit 45b03c4ce3
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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