From 64b877c39d97d27da33da367075575579f6bc33a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:34:53 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 (#544) 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/andrzejressel/pulumi-wasm). --- pulumi-language-wasm/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulumi-language-wasm/go.mod b/pulumi-language-wasm/go.mod index 940cb6572..1f242877c 100644 --- a/pulumi-language-wasm/go.mod +++ b/pulumi-language-wasm/go.mod @@ -2,7 +2,7 @@ module github.com/andrzejressel/pulumi-wasm/pulumi-language-wasm go 1.22.7 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/golang/protobuf v1.5.4