Apps: Update grafana-app-sdk to v0.40.1 (#108786)

This commit is contained in:
Todd Treece
2025-07-28 12:34:09 +00:00
committed by GitHub
parent 90de360424
commit 0c1cd7fa58
36 changed files with 521 additions and 469 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
APP_SDK_VERSION = v0.40.0
APP_SDK_VERSION = v0.40.1
APP_SDK_DIR = $(shell go env GOPATH)/bin/app-sdk-$(APP_SDK_VERSION)
APP_SDK_BIN = $(APP_SDK_DIR)/grafana-app-sdk
@@ -20,4 +20,4 @@ $(APP_SDK_BIN):
update-app-sdk: ## Update the Grafana App SDK dependency in go.mod
@pwd
go get github.com/grafana/grafana-app-sdk@$(APP_SDK_VERSION)
go mod tidy || true # TODO: remove this
go mod tidy