We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63480dd commit d66a181Copy full SHA for d66a181
3 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.4 as builder-kafka
+FROM golang:1.25.5 as builder-kafka
2
COPY . /go/src/github.com/newrelic/nri-kafka/
3
RUN cd /go/src/github.com/newrelic/nri-kafka && \
4
make && \
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-kafka
-go 1.25.4
+go 1.25.5
5
require (
6
github.com/IBM/sarama v1.43.3
tests/integration/Dockerfile
-FROM golang:1.25.4 as builder
+FROM golang:1.25.5 as builder
ARG CGO_ENABLED=0
ARG NRJMX_VERSION
WORKDIR /go/src/github.com/newrelic/nri-kafka
0 commit comments