Skip to content

Bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.22.0 #1002

Bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.22.0

Bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.22.0 #1002

Workflow file for this run

name: ci_cross2eth
on: [push,pull_request]
jobs:
ci_cross2eth:
name: ci_cross2eth
runs-on: ubuntu-22.04
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: |
export GOPATH=$HOME/go
export PATH=${PATH}:`go env GOPATH`/bin
echo $GOPATH
make
make docker-compose dapp=cross2eth
make docker-compose-down dapp=cross2eth