Skip to content

Commit d7fd0ca

Browse files
deps: update dependency go to v1.23.5 (#957)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | toolchain | patch | `1.23.4` -> `1.23.5` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.23.5`](https://redirect.github.com/golang/go/compare/go1.23.4...go1.23.5) </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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c9056b2 commit d7fd0ca

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

5-
toolchain go1.23.4
5+
toolchain go1.23.5
66

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

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module tools
22

33
go 1.22.0
44

5-
toolchain go1.23.4
5+
toolchain go1.23.5
66

77
require (
88
github.com/anchore/quill v0.5.0

0 commit comments

Comments
 (0)