From 65168ce50b741a83e364ad9c4c129c6a817289e2 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 1 Sep 2024 19:23:55 +0200 Subject: [PATCH] Downgrade Go version to 1.18 This change updates the Go version in go.mod from 1.23 to 1.18. It ensures compatibility with the current development environment and resolves any version-specific issues.``` --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 50cfd61..928a512 100644 --- a/go.mod +++ b/go.mod @@ -4,4 +4,4 @@ module github.com/wneessen/niljson -go 1.23 +go 1.18