Upgrade Frontend of Datasource pluging with Go backend generated by the SDK

Hi,
I`ve been using the SDK for generating a Datasource plugin with Golang backend, and couldnt find any kind of “upgrade” path from 7.3.x to the latest dependencies. Is there some guide about it?
I guess the golang part is not that complicated, as we can use golang modules for that, and see what changed, and what brakes.

Thank you!

I’m not sure I understand. The Grafana Toolkit (frontend) and the Go SDK (backend) are versioned independently.

You can update the Go SDK version in the go.mod file, or by running:

go get -u github.com/grafana-plugin-sdk-go

to update to the latest version.

Hi @marcusolsson,
I am interested in how to update the Grafana Toolkit (frontend) consistently. Do you have any hint for me?

Thank you!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.