From 9cb7be3717b8e15658983c9aae0f99ac449bc276 Mon Sep 17 00:00:00 2001 From: Calin Martinconi Date: Sun, 14 Jan 2024 15:15:59 +0200 Subject: [PATCH] update to newer stable golang version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a03ae973..28aaf09e 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/mitchellh/mapstructure -go 1.14 +go 1.21.6