Update Codex binding version

This commit is contained in:
Arnaud 2025-10-15 11:10:53 +02:00
parent 6147fa5434
commit 28791f5c35
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F
4 changed files with 9 additions and 7 deletions

View File

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

View File

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

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.16
require github.com/codex-storage/codex-go-bindings v0.0.17

2
go.sum
View File

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