From f17048f5a7515a6138b448fd15303be15ce1df8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 04:47:51 +0000 Subject: [PATCH] chore(deps): update golang patch version to v1.25.5 --- go.mod | 2 +- tests/integration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d788d3b..67b4717 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-elasticsearch -go 1.25.3 +go 1.25.5 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 85a8abd..2ed4717 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.3-bookworm as builder +FROM golang:1.25.5-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-elasticsearch COPY . .