Skip to content

Commit c438d69

Browse files
fix(deps): Update dependency go to v1.24.3 (#2041)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.1` -> `1.24.3` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | minor | `1.23.4` -> `1.24.3` | --- ### Configuration 📅 **Schedule**: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJubyBhdXRvbWVyZ2UiXX0=--> Co-authored-by: Ștefan Muraru <[email protected]>
1 parent 9356d9d commit c438d69

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)