Skip to content

Commit d66a181

Browse files
chore(deps): update golang patch version to v1.25.5 (#351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 63480dd commit d66a181

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.4 as builder-kafka
1+
FROM golang:1.25.5 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.4
3+
go 1.25.5
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.4 as builder
1+
FROM golang:1.25.5 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)