We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e568c99 commit 5b51bcfCopy full SHA for 5b51bcf
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-postgresql
2
3
-go 1.25.3
+go 1.25.4
4
5
require (
6
github.com/blang/semver/v4 v4.0.0
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 . .
0 commit comments