mirror of
https://github.com/logos-storage/logos-storage-go-bindings-example.git
synced 2026-01-02 13:33:12 +00:00
Update Codex binding version
This commit is contained in:
parent
6147fa5434
commit
28791f5c35
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
2
Makefile
2
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"
|
||||
|
||||
|
||||
2
go.mod
2
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
|
||||
|
||||
2
go.sum
2
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=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user