Skip to content

Commit ec5df07

Browse files
authored
fix(deps): Update dependency go to v1.25.4 (#14)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | minor | `1.23.10` -> `1.25.4` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | minor | `1.23` -> `1.25.4` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwibm8gYXV0b21lcmdlIl19-->
1 parent 53969b9 commit ec5df07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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/cloudquery-platform-api-go
22

3-
go 1.23
4-
5-
toolchain go1.23.10
3+
go 1.25.4
64

75
require (
86
github.com/adrg/xdg v0.5.3

0 commit comments

Comments
 (0)