From 56a1136fc0beca651bbedcd3e6a2ce571473ced1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 26 Mar 2026 00:50:34 +0000 Subject: [PATCH] fix(deps): Update dependency go to v1.26.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2b1da5c..d4da83f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudquery/plugin-pb-go -go 1.25.0 +go 1.26.1 require ( github.com/Masterminds/semver v1.5.0