diff --git a/build/Dockerfile b/build/Dockerfile index 68acc2ae..5c1dda31 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5-bookworm +FROM golang:1.23.1-bookworm ARG GH_VERSION='2.23.0' diff --git a/go.mod b/go.mod index 82986661..3ce89e3d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-prometheus -go 1.22.5 +go 1.23.1 require ( github.com/newrelic/infra-integrations-sdk/v4 v4.2.1