fix: make example code to be tested in ci (#19594)

* fix: make example code to be tested in ci

* fix: ../docs/examples/go/go.mod
This commit is contained in:
Shuduo Sang 2023-01-17 12:07:38 +08:00 committed by GitHub
parent 830086e756
commit f2ce2e94b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ module goexample
go 1.17
require github.com/taosdata/driver-go/v3 3.1.0
require github.com/taosdata/driver-go/v3 v3.1.0

View File

@ -1077,4 +1077,4 @@
,,n,docs-examples-test,bash node.sh
,,n,docs-examples-test,bash csharp.sh
,,n,docs-examples-test,bash jdbc.sh
#,,n,docs-examples-test,bash go.sh
,,n,docs-examples-test,bash go.sh