Skip to content

Commit 9a9000d

Browse files
chore(deps): update golang version to v1.25.0
1 parent 7873e6c commit 9a9000d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-postgresql
22

3-
go 1.24.6
3+
go 1.25.0
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

tests/perf-testing/integration/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.6-bookworm as builder
1+
FROM golang:1.25.0-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-postgresql
44
COPY . .

0 commit comments

Comments
 (0)