From 999167afe1c1b32c638041ea18c3e77d971baa47 Mon Sep 17 00:00:00 2001 From: Jeremy Felder Date: Wed, 24 Apr 2024 10:09:45 +0300 Subject: [PATCH] [PATCH]: Update module with v2 versioning (#495) ## Describe the changes This PR fixes the issue of v2 ICICLE not being discovered by Go's packaging service by adding the required "v2" to the module path: https://go.dev/doc/modules/release-workflow#breaking --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6fbe1901..4aa8d85f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ingonyama-zk/icicle +module github.com/ingonyama-zk/icicle/v2 go 1.20