We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9003c55 commit a2a6da1Copy full SHA for a2a6da1
build/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.5-bookworm
+FROM golang:1.23.1-bookworm
2
3
ARG GH_VERSION='1.6.0'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-consul
-go 1.22.5
+go 1.23.1
5
require (
6
github.com/hashicorp/consul/api v1.29.4
test/integration/docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
command: "agent -bootstrap-expect=3"
44
45
nri-consul:
46
- image: golang:1.22.5-bookworm
+ image: golang:1.23.1-bookworm
47
container_name: nri_consul
48
working_dir: /code
49
volumes:
0 commit comments