Skip to content

Commit 63eda1a

Browse files
authored
chore(deps): update golang patch version to v1.25.7 (#214)
1 parent 6988841 commit 63eda1a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Unreleased section should follow [Release Toolkit](https://github.com/newrelic/r
99

1010
## Unreleased
1111

12+
### security
13+
- Updated golang patch version to v1.25.7
14+
1215
## v1.18.4 - 2026-01-26
1316

1417
### ⛓️ Dependencies

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

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2

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.6-bookworm as builder
1+
FROM golang:1.25.7-bookworm as builder
22
ARG CGO_ENABLED=0
33
WORKDIR /go/src/github.com/newrelic/nri-mysql
44
COPY . .

0 commit comments

Comments
 (0)