From cea6b9e109de7d7241adce1e062e82c8bc426a97 Mon Sep 17 00:00:00 2001 From: Abdfn <64256993+abdfnx@users.noreply.github.com> Date: Sun, 9 Jan 2022 09:29:25 +0300 Subject: [PATCH] upgrade go version to `17` for `github.com/gorilla/mux` module --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index df170a3..4226e5b 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/gorilla/mux -go 1.12 +go 1.17