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:
parent
830086e756
commit
f2ce2e94b0
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue