diff --git a/go.mod b/go.mod index 6013eee..ca1ecf7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-cassandra -go 1.26.2 +go 1.26.3 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 8b93211..c8925b0 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.2-bookworm as builder +FROM golang:1.26.3-bookworm as builder ARG CGO_ENABLED=0