File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88## Unreleased
9+ ### security
10+ - upgrade go version to 1.25.9
911
1012## v3.17.0 - 2026-03-27
1113
Original file line number Diff line number Diff line change 1- FROM golang:1.25.8 as builder-kafka
1+ FROM golang:1.25.9 as builder-kafka
22COPY . /go/src/github.com/newrelic/nri-kafka/
33RUN cd /go/src/github.com/newrelic/nri-kafka && \
44 make && \
Original file line number Diff line number Diff line change 11module github.com/newrelic/nri-kafka
22
3- go 1.25.8
3+ go 1.25.9
44
55require (
66 github.com/IBM/sarama v1.43.3
Original file line number Diff line number Diff line change 1- FROM golang:1.25.8 as builder
1+ FROM golang:1.25.9 as builder
22ARG CGO_ENABLED=0
33ARG NRJMX_VERSION
44WORKDIR /go/src/github.com/newrelic/nri-kafka
You can’t perform that action at this time.
0 commit comments