From 81c62506878d9a4a8e76cec3dbe1c6615b2cf692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:08:18 +0000 Subject: [PATCH] deps: update dependency go to v1.23.4 (#929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.3` -> `1.23.4` | --- ### Release Notes
golang/go (go) ### [`v1.23.4`](https://redirect.github.com/golang/go/compare/go1.23.3...go1.23.4)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 3c103d11..890c979b 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/hetznercloud/cli go 1.22 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/BurntSushi/toml v1.4.0 diff --git a/tools/go.mod b/tools/go.mod index 39215b9e..5f6dcbbc 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module tools go 1.22.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/anchore/quill v0.5.0