Skip to content

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #979

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 #979

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@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=relay
make docker-compose-down dapp=relay