From 3af4b6330a840cbb6c324bb00d8a386001d902e5 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Tue, 3 Mar 2026 01:16:58 +0000 Subject: [PATCH] fix(deps): Update dependency go to v1.26.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f3531c1..b39e669 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.0 require ( github.com/Masterminds/semver v1.5.0