grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
44 stars 8 forks source link

Fix Integration Tests Workflow and Retract Bad Tags #386

Closed IfSentient closed 1 week ago

IfSentient commented 1 week ago

Fix the integration tests step in the release workflow by giving the adjusted path for the go.mod (tested in this fork).

Also retract the release that tried to build with this error (no release binaries), and the previous release (v0.18.3) as that tag is mismatched between GOPROXY and here. Retraction is the correct way to remove a tag per go, so the v0.18.3 tag being deleted and replaced was incorrect behavior and should be listed in the retracted list in go.mod in both main and plugin modules.