From 753fda945ead18bda6c79e0e7f032280bf17a1c7 Mon Sep 17 00:00:00 2001 From: Sergio Moya <1083296+smoya@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:22:26 +0200 Subject: [PATCH] fix: go module version now supports v6. This does not affect the NPM package --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fdec2e5d..7b522bae 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/asyncapi/spec-json-schemas/v4 +module github.com/asyncapi/spec-json-schemas/v6 go 1.17