From ca0a4430cf23146a8a2ff73740773782e6ec9bb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:39:31 +0100 Subject: [PATCH] chore(deps): Update dependency go to v1.23.1 (#74) 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.0` -> `1.23.1` | --- ### Release Notes
golang/go (go) ### [`v1.23.1`](https://redirect.github.com/golang/go/compare/go1.23.0...go1.23.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/cerbos/cerbos-sdk-go). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 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 0e20a1a..9857007 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cerbos/cerbos-sdk-go go 1.22 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/bufbuild/protovalidate-go v0.6.5 diff --git a/tools/go.mod b/tools/go.mod index e994340..02944c4 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -2,7 +2,7 @@ module github.com/cerbos/cerbos-sdk-go/tools go 1.22.1 -toolchain go1.23.0 +toolchain go1.23.1 require ( github.com/golangci/golangci-lint v1.60.3