Skip to content

Commit bcfb278

Browse files
committed
Update Go binding version
1 parent 5f888b8 commit bcfb278

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif
1515
# Configuration for fetching the right binary
1616
OS ?= "linux"
1717
ARCH ?= "amd64"
18-
VERSION ?= "v0.0.20"
18+
VERSION ?= "v0.0.21"
1919
DOWNLOAD_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip"
2020

2121
all: run
@@ -32,10 +32,6 @@ build:
3232
run:
3333
ifeq ($(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)
3935
else
4036
./$(BIN_NAME)
4137
endif

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module example
22

33
go 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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ github.com/codex-storage/codex-go-bindings v0.0.19 h1:zhEhwzcavvYdfkHpB5BH+PaqYv
2020
github.com/codex-storage/codex-go-bindings v0.0.19/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg=
2121
github.com/codex-storage/codex-go-bindings v0.0.20 h1:vK9jU8vafSJkMpOEHdPiQ9S8owSGUaPGVUxb7hKaIck=
2222
github.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=

0 commit comments

Comments
 (0)