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 . .