Skip to content

Commit 595f25c

Browse files
deps: update dependency go to v1.24.4 (#1070)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://redirect.github.com/golang/go) | | patch | `1.24.3` -> `1.24.4` | | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.24.3` -> `1.24.4` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.24.4`](https://redirect.github.com/golang/go/compare/go1.24.3...go1.24.4) [Compare Source](https://redirect.github.com/golang/go/compare/go1.24.3...go1.24.4) </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:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a04d3f7 commit 595f25c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.23.0
44

5-
toolchain go1.24.3
5+
toolchain go1.24.4
66

77
require (
88
github.com/BurntSushi/toml v1.5.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.24.3"
2+
go = "1.24.4"
33
"go:go.uber.org/mock/mockgen" = "v0.5.2" # renovate: datasource=github-releases depName=uber-go/mock
44
golangci-lint = "v1.64.8"
55
goreleaser = "v2.9.0"

0 commit comments

Comments
 (0)