We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448c087 commit bbf1c3dCopy full SHA for bbf1c3d
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-consul
2
3
-go 1.24.4
+go 1.24.6
4
5
require (
6
github.com/hashicorp/consul/api v1.32.1
test/integration/docker-compose.yml
@@ -43,7 +43,7 @@ services:
43
command: "agent -bootstrap-expect=3"
44
45
nri-consul:
46
- image: golang:1.24.4-bookworm
+ image: golang:1.24.6-bookworm
47
container_name: nri_consul
48
working_dir: /code
49
volumes:
0 commit comments