Skip to content

Commit

Permalink
Merge pull request #9 from siburu/fix-manifests
Browse files Browse the repository at this point in the history
Update Go version (1.19 -> 1.20) and proto-builder version (1.11.6 -> 1.13.1)

Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele authored May 22, 2023
2 parents 64eed7e + 83fcb71 commit b02ce80
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Test
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.18
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.20
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DOCKER := $(shell which docker)

protoVer=0.11.6
protoVer=0.13.1
protoImageName=ghcr.io/cosmos/proto-builder:$(protoVer)
protoImage=$(DOCKER) run --user 0 --rm -v $(CURDIR):/workspace --workdir /workspace $(protoImageName)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/datachainlab/ibc-mock-client

go 1.19
go 1.20

require (
github.com/cosmos/cosmos-sdk v0.47.0
Expand Down
12 changes: 6 additions & 6 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ deps:
- remote: buf.build
owner: cosmos
repository: cosmos-sdk
commit: 2aa7ff2b23df473a85b7a7fe1884105d
digest: shake256:eaec9f91360662fc0732cf5b81e834e5588c1fdafb5eba4db59536a3f0cc85beaa10d73cd41731c91637fa29d4beb6e117d98029eb5c592d4034ddc1f2b1702a
commit: 954f7b05f38440fc8250134b15adec47
digest: shake256:2ab4404fd04a7d1d52df0e2d0f2d477a3d83ffd88d876957bf3fedfd702c8e52833d65b3ce1d89a3c5adf2aab512616b0e4f51d8463f07eda9a8a3317ee3ac54
- remote: buf.build
owner: cosmos
repository: gogo-proto
commit: 34d970b699f84aa382f3c29773a60836
digest: shake256:3d3bee5229ba579e7d19ffe6e140986a228b48a8c7fe74348f308537ab95e9135210e81812489d42cd8941d33ff71f11583174ccc5972e86e6112924b6ce9f04
commit: 5e5b9fdd01804356895f8f79a6f1ddc1
digest: shake256:0b85da49e2e5f9ebc4806eae058e2f56096ff3b1c59d1fb7c190413dd15f45dd456f0b69ced9059341c80795d2b6c943de15b120a9e0308b499e43e4b5fc2952
- remote: buf.build
owner: cosmos
repository: ibc
commit: 9d4584f693fb4030b9bb11c3179a02be
digest: shake256:c94ee6a581dfecad456e4c78bd4ef7797b730c0d5650251efb552c912ab600dee1bb97a07e3a9b7cdaa5c5de701bd1bd55cdfa94b87c4213bdaf1e5e828da92c
commit: 234366cdb7d74fcb83846062dc6e85b4
digest: shake256:329964317ba1382de9a3070b0c056ca61919d37cb3aa546813518a0c18c5f65ee5a375e2a835e3da6820bb41a4fc27411b8c43175d7a9aee606f509855013eb1
- remote: buf.build
owner: cosmos
repository: ics23
Expand Down
10 changes: 2 additions & 8 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
version: v1
name: buf.build/cosmos/ibc
name: buf.build/datachainlab/ibc-mock-client
deps:
# TODO: update sdk buf dependency when v0.47.0 is tagged and pushed to BSR
# see: (https://github.com/cosmos/cosmos-sdk/tree/main/proto#sdk-x-buf)
- buf.build/cosmos/cosmos-sdk:2aa7ff2b23df473a85b7a7fe1884105d
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
- buf.build/cosmos/gogo-proto:a14993478f40695898ed8a86931094b6656e8a5d
- buf.build/googleapis/googleapis:8d7204855ec14631a499bd7393ce1970
- buf.build/cosmos/ics23:b1abd8678aab07165efd453c96796a179eb3131f
- buf.build/cosmos/gogo-proto
- buf.build/cosmos/ibc
breaking:
use:
Expand Down

0 comments on commit b02ce80

Please sign in to comment.