From f3f96feb5154f184922f6db1b4921e95f3e2412a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:54:42 +0000 Subject: [PATCH] chore(deps): update golang version to v1.23.3 --- build/Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 76aedfa..208036a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm +FROM golang:1.23.3-bookworm ARG GH_VERSION='1.9.2' diff --git a/go.mod b/go.mod index 934a2c4..6491fce 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-couchbase -go 1.23.2 +go 1.23.3 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1