We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e4a50 commit df9a7a6Copy full SHA for df9a7a6
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.25.9 as builder-kafka
+FROM golang:1.26.2 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.9
+go 1.26.2
5
require (
6
github.com/IBM/sarama v1.43.3
tests/integration/Dockerfile
-FROM golang:1.25.9 as builder
+FROM golang:1.26.2 as builder
ARG CGO_ENABLED=0
ARG NRJMX_VERSION
WORKDIR /go/src/github.com/newrelic/nri-kafka
0 commit comments