From e4a2a480594474435cb7e675ecf6414c0bc60740 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Oct 2025 05:28:52 +0200 Subject: [PATCH] Use download url with version and not latest to avoid cache issue --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f09cec3..791e00a 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ endif OS ?= "linux" ARCH ?= "amd64" VERSION ?= "v0.0.20" +DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip" all: run