From 7e11bf5d8481f3660d904acf8dde800936ce6636 Mon Sep 17 00:00:00 2001 From: Nelyah Date: Wed, 10 Mar 2021 21:34:41 +0100 Subject: [PATCH] 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 522e24622..e5e6a1deb 100644 --- a/go.mod +++ b/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