Skip to content

Commit ee118e7

Browse files
committed
fix(deps): Update dependency go to v1.24.3
1 parent 86ea011 commit ee118e7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/simple_plugin/go.mod

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

3-
go 1.23.4
4-
5-
toolchain go1.24.1
3+
go 1.24.3
64

75
require (
86
github.com/apache/arrow-go/v18 v18.3.0

go.mod

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

3-
go 1.23.4
4-
5-
toolchain go1.24.1
3+
go 1.24.3
64

75
require (
86
github.com/apache/arrow-go/v18 v18.3.0

0 commit comments

Comments
 (0)