diff --git a/build/Dockerfile b/build/Dockerfile index 49b8674f..4eda65d0 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-bookworm +FROM golang:1.23.3-bookworm ARG GH_VERSION='1.9.2' diff --git a/go.mod b/go.mod index 7b6792de..6a96c78f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/nri-postgresql -go 1.23.2 +go 1.23.3 require ( github.com/blang/semver/v4 v4.0.0 diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index e6b4c94f..bd53baa6 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -16,7 +16,7 @@ services: POSTGRES_DB: demo nri-postgresql: - image: golang:1.23.2-bookworm + image: golang:1.23.3-bookworm container_name: nri_postgresql working_dir: /code depends_on: