Skip to content

Commit 5a0e96b

Browse files
committed
go upgrade to 1.23.2
1 parent c8a4235 commit 5a0e96b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

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

33
ARG GH_VERSION='1.9.2'
44

tests/integration/Dockerfile

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

0 commit comments

Comments
 (0)