We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7792bd commit ddfcc38Copy full SHA for ddfcc38
2 files changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-mssql
2
3
-go 1.24.4
+go 1.24.5
4
5
require (
6
github.com/blang/semver/v4 v4.0.0
tests/Dockerfile
# Dockerfile to setup nri-mssql binary in a container
-FROM golang:1.24.4-bookworm AS builder
+FROM golang:1.24.5-bookworm AS builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mssql
COPY . .
0 commit comments