Skip to content

Commit

Permalink
chore(deps): update golang version to v1.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 0078ff6 commit feb5efc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.3-bookworm
FROM golang:1.21.7-bookworm

ARG GH_VERSION='1.9.2'

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/newrelic/nri-memcached

go 1.21
go 1.21.7

require (
github.com/memcachier/mc v2.0.2-0.20181103130939-5d1620e2c6d8+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
restart: always

nri-memcached:
image: golang:1.21.3-bookworm
image: golang:1.21.7-bookworm
container_name: nri-memcached
working_dir: /code
environment:
Expand Down

0 comments on commit feb5efc

Please sign in to comment.