Skip to content

Bump Go client version #18

Bump Go client version

Bump Go client version #18

Workflow file for this run

on:
push:
branches : [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run testing
run: go test -race -v ./...