From f092e58a72b662852a3e8b3cb85daa7f76524550 Mon Sep 17 00:00:00 2001 From: shash256 <111925100+shash256@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:11:06 +0530 Subject: [PATCH] chore: update go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9c1a6e2..bec7095 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/waku-org/sds-go-bindings -go 1.22.10 +go 1.23 require ( github.com/stretchr/testify v1.8.1