Skip to content

Commit d43418c

Browse files
chore(deps): update golang version to v1.24.4
1 parent 5c89144 commit d43418c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
github.com/memcachier/mc v2.0.2-0.20181103130939-5d1620e2c6d8+incompatible

tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
restart: always
88

99
nri-memcached:
10-
image: golang:1.23.6-bookworm
10+
image: golang:1.24.4-bookworm
1111
container_name: nri-memcached
1212
working_dir: /code
1313
environment:

0 commit comments

Comments
 (0)