Skip to content

Commit eeeca81

Browse files
chore(deps): update golang version
1 parent c2f6393 commit eeeca81

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

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