We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689839d commit 03dea6aCopy full SHA for 03dea6a
4 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.6 as builder-kafka
+FROM golang:1.24.4 as builder-kafka
2
COPY . /go/src/github.com/newrelic/nri-kafka/
3
RUN cd /go/src/github.com/newrelic/nri-kafka && \
4
make && \
build/Dockerfile
-FROM golang:1.23.6-bookworm
+FROM golang:1.24.4-bookworm
ARG GH_VERSION='1.6.0'
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-kafka
-go 1.23.6
+go 1.24.4
5
require (
6
github.com/IBM/sarama v1.43.3
tests/integration/Dockerfile
-FROM golang:1.23.6 as builder
+FROM golang:1.24.4 as builder
ARG CGO_ENABLED=0
ARG NRJMX_VERSION
WORKDIR /go/src/github.com/newrelic/nri-kafka
0 commit comments