We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6988841 commit 63eda1aCopy full SHA for 63eda1a
CHANGELOG.md
@@ -9,6 +9,9 @@ Unreleased section should follow [Release Toolkit](https://github.com/newrelic/r
9
10
## Unreleased
11
12
+### security
13
+- Updated golang patch version to v1.25.7
14
+
15
## v1.18.4 - 2026-01-26
16
17
### ⛓️ Dependencies
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-mysql
2
3
-go 1.25.6
+go 1.25.7
4
5
require (
6
github.com/DATA-DOG/go-sqlmock v1.5.2
tests/integration/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.25.6-bookworm as builder
+FROM golang:1.25.7-bookworm as builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mysql
COPY . .
0 commit comments