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