Skip to content

Commit

Permalink
fix(deps): Update dependency go to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 7, 2024
1 parent b858608 commit d7e2e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions examples/simple_plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/cloudquery/plugin-sdk/examples/simple_plugin

go 1.21.5

toolchain go1.22.0
go 1.22.0

require (
github.com/apache/arrow/go/v15 v15.0.0-20240114144300-7e703aae55c1
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/cloudquery/plugin-sdk/v4

go 1.21.5

toolchain go1.22.0
go 1.22.0

require (
github.com/apache/arrow/go/v15 v15.0.0-20240114144300-7e703aae55c1
Expand Down

0 comments on commit d7e2e55

Please sign in to comment.