From dff18101bbf3aab22c1d77c2c1e4fe44eafbe5fd 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 4531ade7f..19f71ee46 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