Skip to content

Commit ae40d0c

Browse files
chore(deps): update golang version to v1.26.0
1 parent 9747f25 commit ae40d0c

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.25.7
3+
go 1.26.0
44

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

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.25.7-bookworm
46+
image: golang:1.26.0-bookworm
4747
container_name: nri_consul
4848
working_dir: /code
4949
volumes:

0 commit comments

Comments
 (0)