mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
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:
parent
6cf15748c4
commit
dff18101bb
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue