From 22800aa9a759d5020fa1d4ecf1d18de7e761ecf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 04:34:02 +0000 Subject: [PATCH] chore(deps): update golang patch version to v1.23.4 (#321) 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)) | golang | patch | `1.23.3` -> `1.23.4` | | golang | stage | patch | `1.23.3` -> `1.23.4` | | golang | final | patch | `1.23.3-bookworm` -> `1.23.4-bookworm` | --- ### 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**: Enabled. ♻ **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 these updates 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/newrelic/nri-kafka). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- build/Dockerfile | 2 +- go.mod | 2 +- tests/integration/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e99e9d..17133a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 as builder-kafka +FROM golang:1.23.4 as builder-kafka COPY . /go/src/github.com/newrelic/nri-kafka/ RUN cd /go/src/github.com/newrelic/nri-kafka && \ make && \ diff --git a/build/Dockerfile b/build/Dockerfile index 6fd5930..657bb92 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3-bookworm +FROM golang:1.23.4-bookworm ARG GH_VERSION='1.6.0' diff --git a/go.mod b/go.mod index a9d0f7e..69958e8 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-kafka -go 1.23.3 +go 1.23.4 require ( github.com/IBM/sarama v1.43.3 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 2e5064d..fd56cb2 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.3 as builder +FROM golang:1.23.4 as builder ARG CGO_ENABLED=0 ARG NRJMX_VERSION WORKDIR /go/src/github.com/newrelic/nri-kafka