diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f41dab6..84d669d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,11 +41,11 @@ jobs: with: go-version-file: go.mod - # - name: Fetch artifacts - # env: - # OS: ${{ matrix.target.name }} - # ARCH: ${{ matrix.target.cpu }} - # run: make fetch + - name: Fetch artifacts + env: + OS: ${{ matrix.target.name }} + ARCH: ${{ matrix.target.cpu }} + run: make fetch - name: Build run: make build diff --git a/go.mod b/go.mod index 406e0a9..b09b2d8 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.18 +require github.com/codex-storage/codex-go-bindings v0.0.20 diff --git a/go.sum b/go.sum index 303d891..a862ebd 100644 --- a/go.sum +++ b/go.sum @@ -16,3 +16,5 @@ github.com/codex-storage/codex-go-bindings v0.0.17 h1:lKtYBqUIDsZdgEe1f4DGfv/K+A github.com/codex-storage/codex-go-bindings v0.0.17/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg= github.com/codex-storage/codex-go-bindings v0.0.18 h1:0l9XEoH9O5Akg7KCJreZq5jQxdky8Y79T/2TopHdBIY= github.com/codex-storage/codex-go-bindings v0.0.18/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg= +github.com/codex-storage/codex-go-bindings v0.0.20 h1:vK9jU8vafSJkMpOEHdPiQ9S8owSGUaPGVUxb7hKaIck= +github.com/codex-storage/codex-go-bindings v0.0.20/go.mod h1:8yC11Vr1Mu5sqZyQ33GaSCr0uUIbQnGkm0aWqZj62Kg= diff --git a/libs/libcodex.dylib b/libs/libcodex.dylib deleted file mode 100755 index a5e7ccb..0000000 Binary files a/libs/libcodex.dylib and /dev/null differ