From e4ca8e424d78e91a1a9bbad7eb33d82675d8d41e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 12 Mar 2023 01:01:37 +0400 Subject: [PATCH] Change go version back to 1.17 what the program was initially made with. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6b552e8..6043da0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module dwelling-radio -go 1.20 +go 1.17 require ( github.com/julienschmidt/httprouter v1.3.0