File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1515# Configuration for fetching the right binary
1616OS ?= "linux"
1717ARCH ?= "amd64"
18- VERSION ?= "v0.0.20 "
18+ VERSION ?= "v0.0.21 "
1919DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION ) /codex-${OS}-${ARCH}.zip"
2020
2121all : run
@@ -32,10 +32,6 @@ build:
3232run :
3333ifeq ($(OS ) ,Windows_NT)
3434 pwsh -File $(CURDIR)/.github/scripts/run-windows.ps1 -BinaryName $(BIN_NAME)
35- else ifeq ($(UNAME_S),Darwin)
36- # Instead of relying on install_name_tool, we can define DYLD_LIBRARY_PATH
37- # DYLD_LIBRARY_PATH=$(LIBS_DIR) ./$(BIN_NAME)
38- ./$(BIN_NAME)
3935else
4036 ./$(BIN_NAME)
4137endif
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module example
22
33go 1.25.1
44
5- require github.com/codex-storage/codex-go-bindings v0.0.20
5+ require github.com/codex-storage/codex-go-bindings v0.0.21
Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ github.com/codex-storage/codex-go-bindings v0.0.19 h1:zhEhwzcavvYdfkHpB5BH+PaqYv
2020github.com/codex-storage/codex-go-bindings v0.0.19 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
2121github.com/codex-storage/codex-go-bindings v0.0.20 h1:vK9jU8vafSJkMpOEHdPiQ9S8owSGUaPGVUxb7hKaIck =
2222github.com/codex-storage/codex-go-bindings v0.0.20 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
23+ github.com/codex-storage/codex-go-bindings v0.0.21 h1:DAwXw2Xq7wyKyI5j3Jk8ZYBruFP9dOpqEeVMOyEsJxA =
24+ github.com/codex-storage/codex-go-bindings v0.0.21 /go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg =
You can’t perform that action at this time.
0 commit comments