Bump Go version number in go.mod to 1.16

This will allow to use 'embed' and 'fs' packages.
This also makes the check for the Go environment when running the
Makefile fail if Golang version isn't 1.16.x
This commit is contained in:
Nelyah 2021-03-10 21:34:41 +01:00 committed by Joe Stump
parent 09ac0d29c6
commit 7e11bf5d84
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/navidrome/navidrome
go 1.15
go 1.16
require (
code.cloudfoundry.org/go-diodes v0.0.0-20190809170250-f77fb823c7ee