[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
This commit is contained in:
Jeremy Felder
2024-04-24 10:09:45 +03:00
committed by GitHub
parent ff374fcac7
commit 999167afe1

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/ingonyama-zk/icicle
module github.com/ingonyama-zk/icicle/v2
go 1.20