diff --git a/build/Dockerfile b/build/Dockerfile index e8051c9..cd62f42 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.5-bookworm +FROM golang:1.23.6-bookworm ARG GH_VERSION='1.9.2' diff --git a/go.mod b/go.mod index 939b6a2..7961638 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-varnish -go 1.23.5 +go 1.23.6 require ( github.com/newrelic/infra-integrations-sdk/v3 v3.9.1 diff --git a/tests/integration/Dockerfile b/tests/integration/Dockerfile index 03a4852..d709752 100644 --- a/tests/integration/Dockerfile +++ b/tests/integration/Dockerfile @@ -1,5 +1,5 @@ ARG VARNISH_TAG=6.6 -FROM golang:1.23.5-bookworm as builder +FROM golang:1.23.6-bookworm as builder ARG CGO_ENABLED=0 WORKDIR /go/src/github.com/newrelic/nri-varnish COPY . .