Skip to content

Commit

Permalink
bump babylon version to reject version to accept only version 2 unbon…
Browse files Browse the repository at this point in the history
…ding transactions (#18)

* bump babylon version to reject version 1 unbodning tx
  • Loading branch information
KonradStaniec committed Dec 2, 2024
1 parent 2c6bcfb commit 1635cb1
Show file tree
Hide file tree
Showing 7 changed files with 334 additions and 349 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
19 changes: 13 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,22 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.6.0
with:
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 ./..."

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.6.0
secrets: inherit
with:
publish: true
publish: true
dockerfile: ./Dockerfile
repoName: covenant-signer
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine as builder
FROM golang:1.23.1-alpine as builder

# Version to build. Default is the Git HEAD.
ARG VERSION="HEAD"
Expand Down
Loading

0 comments on commit 1635cb1

Please sign in to comment.