Skip to content

Bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.23.0 #1013

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

Bump github.com/ipld/go-ipld-prime from 0.20.0 to 0.23.0 #1013

Workflow file for this run

name: ci_paracross
on: [push,pull_request]
jobs:
paracross:
name: ci_paracross
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: set go env
run: export PATH=${PATH}:`go env GOPATH`/bin
- name: deploy
run: |
make docker-compose dapp=paracross
make docker-compose-down dapp=paracross