Skip to content

Commit c5345c1

Browse files
fix: upgrade go version (#219)
1 parent 212e36c commit c5345c1

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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+
13+
### security
14+
- update go to v1.25.9
1215
## v1.20.0 - 2026-03-26
1316

1417
### 🛡️ Security notices

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

0 commit comments

Comments
 (0)