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 Deluan Quintão
parent 6cf15748c4
commit dff18101bb
1 changed files with 1 additions and 1 deletions

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