Skip to content

fix: adapt to chain33 go-ethereum v1.14.8 upgrade #81

fix: adapt to chain33 go-ethereum v1.14.8 upgrade

fix: adapt to chain33 go-ethereum v1.14.8 upgrade #81

Workflow file for this run

name: ci_rgbx
on: [push, pull_request]
jobs:
ci_rgbx:
name: ci_rgbx
runs-on: ubuntu-22.04
timeout-minutes: 90
steps:
- name: checkout
uses: actions/checkout@v3
- name: Set up Golang
uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
id: go
- name: deploy
run: |
make docker-compose dapp=rgbx
- name: cleanup
if: always()
run: |
make docker-compose-down dapp=rgbx