Skip to content

Commit

Permalink
Update memcached to 1.6.24
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Feb 29, 2024
1 parent f7411ad commit 42e3d50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '1.6.23'
version: '1.6.24'
tags: 1,latest
2 changes: 1 addition & 1 deletion .memcached
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.23#2024-02-15T07:34:31.219503Z
1.6.24#2024-02-29T01:35:27.305488Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MEMCACHED_VER ?= 1.6.23
MEMCACHED_VER ?= 1.6.24

TAG ?= $(shell echo "${MEMCACHED_VER}" | grep -oE '^[0-9]+\.[0-9]+')

Expand Down

0 comments on commit 42e3d50

Please sign in to comment.