We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922f1bf commit 2f40d3bCopy full SHA for 2f40d3b
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-mssql
2
3
-go 1.23.5
+go 1.24.3
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.23.5-bookworm AS builder
+FROM golang:1.24.2-bookworm AS builder
ARG CGO_ENABLED=0
WORKDIR /go/src/github.com/newrelic/nri-mssql
COPY . .
0 commit comments