From 0ff3e4023870d25a66f173d97003cd4dfeb44e23 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:31:48 +0000 Subject: [PATCH] fix(deps): Update go module directive to v1.26.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8814058..a70f07a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cloudquery/plugin-pb-go -go 1.26.4 +go 1.26.5 require ( github.com/Masterminds/semver v1.5.0