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 94aff66 commit 434f04aCopy full SHA for 434f04a
2 files changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-postgresql
2
3
-go 1.26.4
+go 1.26.5
4
5
require (
6
github.com/blang/semver/v4 v4.0.0
tests/perf-testing/integration/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.26.4-bookworm as builder
+FROM golang:1.26.5-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-postgresql
COPY . .
0 commit comments