Skip to content

Commit 957f01c

Browse files
chore(deps): update golang patch version to v1.23.3 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57e0055 commit 957f01c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.2-bookworm
1+
FROM golang:1.23.3-bookworm
22

33
ARG GH_VERSION='1.9.2'
44

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-mongodb
22

3-
go 1.23.2
3+
go 1.23.3
44

55
require (
66
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8

tests/integration/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.2-bookworm as builder
1+
FROM golang:1.23.3-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-mongodb
44
COPY . .

0 commit comments

Comments
 (0)