-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/bump gno to the latest version (#134)
This PR updates the version of Gno. Now gnonative uses the latest Goclient version to support the new signature system: gnolang/gno#1939 The PR also adds a new ErrCode used by the API method `SetRemote` because the new GnoClient can now return an error. This PR adds a GitHub Action workflow to automate the push on the Buf registry. I also asked someone to add the repo secret `BUF_TOKEN`. PR tested on Gnoboard with local gnodev. --------- Signed-off-by: D4ryl00 <[email protected]>
- Loading branch information
Showing
16 changed files
with
458 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: buf-push | ||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
# from https://docs.buf.build/ci-cd/github-actions#buf-push | ||
jobs: | ||
buf-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: bufbuild/buf-setup-action@v1 | ||
# @TODO(gfanton): enable this ? | ||
# - uses: bufbuild/buf-lint-action@v1 | ||
# - uses: bufbuild/buf-breaking-action@v1 | ||
# with: | ||
# # The 'main' branch of the GitHub repository that defines the module. | ||
# against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main,ref=HEAD~1" | ||
- uses: bufbuild/buf-push-action@v1 | ||
with: | ||
input: "api/protocol" | ||
buf_token: ${{ secrets.BUF_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ cocoapods 1.12.1 | |
java openjdk-18.0.1.1 | ||
yarn 1.22.19 | ||
golang 1.21.7 | ||
buf 1.15.1 | ||
buf 1.30.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.