-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump babylon version to reject version to accept only version 2 unbon…
…ding transactions (#18) * bump babylon version to reject version 1 unbodning tx
- Loading branch information
1 parent
2c6bcfb
commit 1635cb1
Showing
7 changed files
with
334 additions
and
349 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 |
---|---|---|
|
@@ -9,12 +9,29 @@ jobs: | |
lint_test: | ||
uses: babylonlabs-io/.github/.github/workflows/[email protected] | ||
with: | ||
<<<<<<< HEAD | ||
run-unit-tests: true | ||
run-integration-tests: true | ||
run-lint: true | ||
======= | ||
go-version: '1.23' | ||
go-lint-version: 'v1.60.2' | ||
run-unit-tests: true | ||
run-integration-tests: true | ||
run-lint: true | ||
run-build: true | ||
run-gosec: true | ||
gosec-args: "-exclude-generated ./..." | ||
>>>>>>> 9e4ea16 (bump babylon version to reject version to accept only version 2 unbonding transactions (#18)) | ||
|
||
docker_pipeline: | ||
uses: babylonlabs-io/.github/.github/workflows/[email protected] | ||
secrets: inherit | ||
with: | ||
<<<<<<< HEAD | ||
publish: false | ||
======= | ||
publish: false | ||
dockerfile: ./Dockerfile | ||
repoName: covenant-signer | ||
>>>>>>> 9e4ea16 (bump babylon version to reject version to accept only version 2 unbonding transactions (#18)) |
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.