From b895bf853ae7c11a71dacf7298c853d8995792a8 Mon Sep 17 00:00:00 2001 From: Smitty Date: Sun, 13 Dec 2020 19:18:52 -0500 Subject: [PATCH] Require at least Go 1.15 This was actually required before this commit, this just updates go.mod with that fact. Signed-off-by: Smitty --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2b4634f03..6d9f4f4ff 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module tailscale.com -go 1.14 +go 1.15 require ( github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5