Skip to content

Bump github.com/consensys/gnark-crypto from 0.5.3 to 0.12.1 #944

Bump github.com/consensys/gnark-crypto from 0.5.3 to 0.12.1

Bump github.com/consensys/gnark-crypto from 0.5.3 to 0.12.1 #944

Workflow file for this run

name: ci_relay
on: [push,pull_request]
jobs:
ci_relay:
name: ci_relay
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Golang
uses: actions/setup-go@v2
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=relay
make docker-compose-down dapp=relay