Skip to content

docs: update README.md to introduce the usage of opengemini-client-go #129

docs: update README.md to introduce the usage of opengemini-client-go

docs: update README.md to introduce the usage of opengemini-client-go #129

Workflow file for this run

name: go mod check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go_mod_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Go Mod Check Action
uses: Shoothzj/go-mod-check-action@main
with:
prohibitIndirectDepUpdate: 'true'