diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd4034..9a40ae4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: name: linux lib_ext: so - # - os: macos-latest - # lib_ext: so - # name: macos - # cpu: arm64 + - os: macos-latest + lib_ext: so + name: macos + cpu: arm64 - os: windows-latest cpu: amd64 @@ -46,7 +46,7 @@ jobs: OS: ${{ matrix.target.name }} ARCH: ${{ matrix.target.cpu }} run: make fetch - + - name: Build run: make build diff --git a/Makefile b/Makefile index 1a32c3b..bab5a15 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif # Configuration for fetching the right binary OS ?= "linux" ARCH ?= "amd64" -VERSION ?= "v0.0.16" +VERSION ?= "v0.0.17" LATEST_URL := "https://github.com/codex-storage/codex-go-bindings/releases/latest/download/codex-${OS}-${ARCH}.zip" VERSIONED_URL := "https://github.com/codex-storage/codex-go-bindings/releases/download/$(VERSION)/codex-${OS}-${ARCH}.zip" diff --git a/go.mod b/go.mod index 1406027..b310b0a 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module example go 1.25.1 -require github.com/codex-storage/codex-go-bindings v0.0.16 +require github.com/codex-storage/codex-go-bindings v0.0.17 diff --git a/go.sum b/go.sum index 76ef08c..ee61c32 100644 --- a/go.sum +++ b/go.sum @@ -12,3 +12,5 @@ github.com/codex-storage/codex-go-bindings v0.0.15 h1:7usvjbqm5BjRICk7uLu1C+fU69 github.com/codex-storage/codex-go-bindings v0.0.15/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg= github.com/codex-storage/codex-go-bindings v0.0.16 h1:rDjkcR9NdN6JKVAdnX7RSGkkc5l3/din4QMDRAUJZ7w= github.com/codex-storage/codex-go-bindings v0.0.16/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg= +github.com/codex-storage/codex-go-bindings v0.0.17 h1:lKtYBqUIDsZdgEe1f4DGfv/K+ANx9b7VUtfIu8YOT6A= +github.com/codex-storage/codex-go-bindings v0.0.17/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg=