Skip to content

Commit 03ba91a

Browse files
chore(deps): update golang patch version to v1.25.4 (#188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04b8f00 commit 03ba91a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RUN git clone https://github.com/newrelic/nrjmx.git && \
33
cd nrjmx && \
44
mvn package -DskipTests -P \!deb,\!rpm,\!test,\!tarball
55

6-
FROM golang:1.25.3 as builder
6+
FROM golang:1.25.4 as builder
77
COPY . /go/src/github.com/newrelic/nri-jmx/
88
RUN cd /go/src/github.com/newrelic/nri-jmx && \
99
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-jmx
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
github.com/kr/pretty v0.3.0

internal/tools/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-jmx/internal/tools
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require github.com/josephspurrier/goversioninfo v1.5.0
66

test/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.3 as builder
1+
FROM golang:1.25.4 as builder
22
ARG CGO_ENABLED=0
33
ARG NRJMX_VERSION
44
WORKDIR /go/src/github.com/newrelic/nri-jmx

tools/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-jmx/tools
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require github.com/golangci/golangci-lint v1.64.8
66

0 commit comments

Comments
 (0)