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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3727570a7c6 fixed grafana-plugin compilation failure (#11322)
3727570a7c6 is described below

commit 3727570a7c6a8d65dd0d7ca7dd327307284e3ce7
Author: CloudWise-Lukemiao 
<[email protected]>
AuthorDate: Tue Oct 17 14:41:08 2023 +0800

    fixed grafana-plugin compilation failure (#11322)
    
    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 6674a5bb01a..75de6dc4ff1 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