This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rel/1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.2 by this push:
     new e8c62033f2d fixed grafana-plugin compilation failure (#11328)
e8c62033f2d is described below

commit e8c62033f2d5cf65e39cd5143de4d19998b12c36
Author: CloudWise-Lukemiao 
<[email protected]>
AuthorDate: Tue Oct 17 14:40:40 2023 +0800

    fixed grafana-plugin compilation failure (#11328)
    
    Co-authored-by: Cloudwise_Luke <[email protected]>
---
 iotdb-connector/grafana-plugin/backend-compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iotdb-connector/grafana-plugin/backend-compile.sh 
b/iotdb-connector/grafana-plugin/backend-compile.sh
index 27e33cf0177..88265689b2e 100755
--- a/iotdb-connector/grafana-plugin/backend-compile.sh
+++ b/iotdb-connector/grafana-plugin/backend-compile.sh
@@ -24,7 +24,7 @@ if [ $exists_env -eq 0 ]; then
 fi
 work_path=$(pwd | sed 's/\"//g')
 echo $work_path
-go get -u github.com/grafana/grafana-plugin-sdk-go
+go get -u github.com/grafana/[email protected]
 go mod tidy
 check_results=$(go env | grep GOPATH= | sed 's/\"//g' | sed "s/\'//g")
 go_path=${check_results/GOPATH=/}

Reply via email to