We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a56a63 commit c15878aCopy full SHA for c15878a
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.23.4-bookworm
+FROM golang:1.23.5-bookworm
2
3
ARG GH_VERSION='1.9.2'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-mysql
-go 1.23.4
+go 1.23.5
5
require (
6
github.com/bitly/go-simplejson v0.5.1
tests/integration/Dockerfile
-FROM golang:1.23.4-bookworm as builder
+FROM golang:1.23.5-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mysql
COPY . .
0 commit comments