From 345e3010a38c7e855d4ec816ed6e5db285edd6e3 Mon Sep 17 00:00:00 2001 From: Christian Johannsen Date: Mon, 30 Sep 2024 20:22:54 -0700 Subject: [PATCH] Update go.mod Fix for Darwin MacOs --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4732ef1..b2af5b5 100644 --- a/go.mod +++ b/go.mod @@ -16,4 +16,4 @@ require ( replace github.com/jpillora/chisel => github.com/outsystems/chisel v1.9.2-os.4 -go 1.22 +go 1.22.0