diff --git a/build/Dockerfile b/build/Dockerfile index 391e5fc6..886c6d58 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-bookworm +FROM golang:1.22.3-bookworm ARG GH_VERSION='2.23.0' diff --git a/go.mod b/go.mod index 031956f5..b828f0a6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-prometheus -go 1.22.2 +go 1.22.3 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1