Skip to content

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools #386

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools

build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /tools #386

Workflow file for this run

name: Client
on: ["push", "pull_request"]
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest", "macOS-latest"]
go: ["1.18.x", "1.19.x"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Lint and Test client
run: |
cd client
make