Skip to content

Commit bbf1c3d

Browse files
chore(deps): update golang patch version to v1.24.6 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 448c087 commit bbf1c3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/newrelic/nri-consul
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/hashicorp/consul/api v1.32.1

test/integration/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
command: "agent -bootstrap-expect=3"
4444

4545
nri-consul:
46-
image: golang:1.24.4-bookworm
46+
image: golang:1.24.6-bookworm
4747
container_name: nri_consul
4848
working_dir: /code
4949
volumes:

0 commit comments

Comments
 (0)