Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73ec96d

Browse files
authoredMar 5, 2025··
chore(deps): update golang version to v1.24.1
1 parent 330d05a commit 73ec96d

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-rabbitmq
22

3-
go 1.23.6
3+
go 1.24.1
44

55
require (
66
github.com/newrelic/infra-integrations-sdk/v3 v3.9.1

‎tests/docker-compose.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- "16672:15672"
3131

3232
nri-rabbitmq:
33-
image: golang:1.23.6-bookworm
33+
image: golang:1.24.1-bookworm
3434
container_name: nri_rabbitmq
3535
working_dir: /code
3636
volumes:

0 commit comments

Comments
 (0)
Please sign in to comment.