Upgrade grafana-plugin-model (#19438)
* use grafana-plugin-model dependency that uses go modules * use grafana-plugin-model with updated hashicorp/go-plugin * use grafana-plugin-model with re-compiled protos * test using protoc-gen-go v1.2.0 tag * use grafana-plugin-model with re-compiled protos * chore: fix deprecation warning for lint * use latest grafana-plugin-model Fixes #19454
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
test:
|
||||
go test -timeout=1s -short ./...
|
||||
|
||||
compile:
|
||||
go build ./...
|
||||
|
||||
build: test compile
|
||||
|
||||
.PHONY: test compile build
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module github.com/smartystreets/assertions
|
||||
|
||||
go 1.12
|
||||
Reference in New Issue
Block a user