Skip to content

Commit 31176cd

Browse files
chore(deps): update golang version to v1.26.3
1 parent b59165a commit 31176cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)