Skip to content

Commit 1effa29

Browse files
chore(deps): update golang patch version to v1.25.5
1 parent fa95ba1 commit 1effa29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-redis
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/gomodule/redigo v1.9.3

tests/integration/Dockerfile

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

0 commit comments

Comments
 (0)