Skip to content

Commit 2cb5b0f

Browse files
chore(deps): update golang patch version to v1.25.4 (#348)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://redirect.github.com/golang/go)) | golang | patch | `1.25.3` -> `1.25.4` | | golang | stage | patch | `1.25.3` -> `1.25.4` | --- ### Release Notes <details> <summary>golang/go (go)</summary> ### [`v1.25.4`](https://redirect.github.com/golang/go/compare/go1.25.3...go1.25.4) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 69c339f commit 2cb5b0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 as builder-kafka
1+
FROM golang:1.25.4 as builder-kafka
22
COPY . /go/src/github.com/newrelic/nri-kafka/
33
RUN cd /go/src/github.com/newrelic/nri-kafka && \
44
make && \

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-kafka
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/IBM/sarama v1.43.3

tests/integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.3 as builder
1+
FROM golang:1.25.4 as builder
22
ARG CGO_ENABLED=0
33
ARG NRJMX_VERSION
44
WORKDIR /go/src/github.com/newrelic/nri-kafka

0 commit comments

Comments
 (0)