Skip to content

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

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 #12

Workflow file for this run

name: ci_rgbx
on: [push, pull_request]
jobs:
ci_rgbx:
name: ci_rgbx
runs-on: ubuntu-22.04
timeout-minutes: 90
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: |
make docker-compose dapp=rgbx
- name: cleanup
if: always()
run: |
make docker-compose-down dapp=rgbx