Skip to content

Commit 15e4a50

Browse files
authored
Upgrade go version (#363)
1 parent 1d01f94 commit 15e4a50

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.8 as builder-kafka
1+
FROM golang:1.25.9 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.8
3+
go 1.25.9
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.8 as builder
1+
FROM golang:1.25.9 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)