We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca04905 commit 36c74cfCopy full SHA for 36c74cf
2 files changed
go.mod
@@ -1,6 +1,6 @@
1
module github.com/newrelic/nri-memcached
2
3
-go 1.26.3
+go 1.26.4
4
5
require (
6
github.com/memcachier/mc v2.0.2-0.20181103130939-5d1620e2c6d8+incompatible
tests/docker-compose.yml
@@ -7,7 +7,7 @@ services:
7
restart: always
8
9
nri-memcached:
10
- image: golang:1.26.3-bookworm
+ image: golang:1.26.4-bookworm
11
container_name: nri-memcached
12
working_dir: /code
13
environment:
0 commit comments