From ac09eac6988434718a0fd26630dd3badf020d099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 23:48:19 +0000 Subject: [PATCH] chore(deps): update golang patch version to v1.25.4 --- go.mod | 2 +- tests/perf-testing/integration/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 989ee280..3addc892 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-postgresql -go 1.25.3 +go 1.25.4 require ( github.com/blang/semver/v4 v4.0.0 diff --git a/tests/perf-testing/integration/Dockerfile b/tests/perf-testing/integration/Dockerfile index 36d1a20a..f479a175 100644 --- a/tests/perf-testing/integration/Dockerfile +++ b/tests/perf-testing/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.3-bookworm as builder +FROM golang:1.25.4-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-postgresql COPY . .