Skip to content

Commit a9dd2ab

Browse files
committed
fix(deps): Update dependency go to v1.26.0
1 parent 2a54085 commit a9dd2ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/simple_plugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/plugin-sdk/examples/simple_plugin
22

3-
go 1.25.5
3+
go 1.26.0
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cloudquery/plugin-sdk/v4
22

3-
go 1.25.5
3+
go 1.26.0
44

55
require (
66
github.com/apache/arrow-go/v18 v18.5.2

0 commit comments

Comments
 (0)