From 0ad192ad1c65ec147f3b37cad88a59a2f684cf8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:15:22 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.2 (#46) 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.1` -> `1.23.2` | --- ### Release Notes
golang/go (go) ### [`v1.23.2`](https://redirect.github.com/golang/go/compare/go1.23.1...go1.23.2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/open-feature/community-tooling). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f231c78..427f1f7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/open-feature/community-tools go 1.22.0 -toolchain go1.23.1 +toolchain go1.23.2 require ( github.com/ghodss/yaml v1.0.0