Skip to content

Commit a2a6da1

Browse files
chore(deps): update golang version to v1.23.1 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9003c55 commit a2a6da1

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.22.5-bookworm
1+
FROM golang:1.23.1-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.22.5
3+
go 1.23.1
44

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

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

0 commit comments

Comments
 (0)