From 4c8db6dad667a8f18985222ff414a4327afa0ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:28:06 +0100 Subject: [PATCH] chore(deps): update dependency go to v1.23.4 (#79) | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.23.3 | 1.23.4 | 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1924834..a9b59fd 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/cloudnative-pg/plugin-barman-cloud go 1.23 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/cert-manager/cert-manager v1.16.2