Skip to content

Commit bbb9f9b

Browse files
deps: update dependency go to v1.25.6 (#1312)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/golang/go) | | patch | `1.25.5` → `1.25.6` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.25.5` → `1.25.6` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.25.6`](https://redirect.github.com/golang/go/compare/go1.25.5...go1.25.6) [Compare Source](https://redirect.github.com/golang/go/compare/go1.25.5...go1.25.6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6353290 commit bbb9f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/hetznercloud/cli
22

33
go 1.24.0
44

5-
toolchain go1.25.5
5+
toolchain go1.25.6
66

77
require (
88
github.com/BurntSushi/toml v1.6.0

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
go = "1.25.5"
2+
go = "1.25.6"
33
"go:go.uber.org/mock/mockgen" = "v0.6.0"
44
"github:golangci/golangci-lint" = "2.8.0" # renovate: datasource=github-releases depName=golangci/golangci-lint
55
"github:goreleaser/goreleaser" = "v2.13.3" # renovate: datasource=github-releases depName=goreleaser/goreleaser

0 commit comments

Comments
 (0)