Skip to content

Commit df9a7a6

Browse files
chore(deps): update golang version to v1.26.2
1 parent 15e4a50 commit df9a7a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

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