Skip to content

chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.79.3 #1016

chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.79.3

chore(deps): bump google.golang.org/grpc from 1.59.0 to 1.79.3 #1016

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