Skip to content

Commit 8749aec

Browse files
committed
fix(deps): Update dependency go to v1.24.1
1 parent b41044d commit 8749aec

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

examples/simple_plugin/go.mod

+1-3
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.0
4-
5-
toolchain go1.24.1
3+
go 1.24.1
64

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

go.mod

+1-3
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.0
4-
5-
toolchain go1.24.1
3+
go 1.24.1
64

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

0 commit comments

Comments
 (0)