Skip to content

Commit ac246f0

Browse files
chore(deps): update golang patch version to v1.23.6
1 parent 2542687 commit ac246f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.5-bookworm
1+
FROM golang:1.23.6-bookworm
22

33
ARG GH_VERSION='1.6.0'
44

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.23.5
3+
go 1.23.6
44

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

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

0 commit comments

Comments
 (0)