This commit is contained in:
Arnaud 2025-10-16 05:07:43 +02:00
parent 5740509a0a
commit d9a0ad75e1
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
4 changed files with 8 additions and 6 deletions

View File

@ -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

2
go.mod
View File

@ -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

2
go.sum
View File

@ -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=

Binary file not shown.