Skip to content

Commit 2f33840

Browse files
chore(deps): update golang patch version to v1.25.5 (#263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3ad9f1 commit 2f33840

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

3-
go 1.25.4
3+
go 1.25.5
44

55
require (
66
github.com/blang/semver/v4 v4.0.0

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to setup nri-mssql binary in a container
22

3-
FROM golang:1.25.4-bookworm AS builder
3+
FROM golang:1.25.5-bookworm AS builder
44
ARG CGO_ENABLED=0
55
WORKDIR /go/src/github.com/newrelic/nri-mssql
66
COPY . .

0 commit comments

Comments
 (0)