From a232f8368a6318f7464794e3a8c945324e6542c0 Mon Sep 17 00:00:00 2001 From: Sebastian Bathke Date: Tue, 24 Sep 2024 21:21:20 +0200 Subject: [PATCH] build: add v8 to module path See https://go.dev/ref/mod#module-path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3569a383..bce25978 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/camunda-community-hub/zeebe-client-go +module github.com/camunda-community-hub/zeebe-client-go/v8 go 1.21