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 b2a2f27 commit e88bc74Copy full SHA for e88bc74
3 files changed
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.4
+FROM golang:1.24.5
2
3
ARG GH_VERSION='2.23.0'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-cassandra
-go 1.24.4
+go 1.24.5
5
require (
6
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1
tests/integration/Dockerfile
-FROM golang:1.24.4-bookworm as builder
+FROM golang:1.24.5-bookworm as builder
ARG CGO_ENABLED=0
0 commit comments