We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d98c54 commit a802db5Copy full SHA for a802db5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## [1.5.5]
4
+
5
+- **Chore** - Build with go 1.22
6
+- **Fix** - Make health check faster by using github-datasource repository instead of grafana
7
8
## [1.5.4]
9
10
- **Chore** - Bump grafana-plugin-sdk-go to v0.198.0 (latest)
go.mod
@@ -1,8 +1,8 @@
module github.com/grafana/github-datasource
-go 1.21
+go 1.22
-toolchain go1.21.3
+toolchain go1.22.1
require (
github.com/google/go-github/v53 v53.2.0
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-github-datasource",
- "version": "1.5.4",
+ "version": "1.5.5",
"description": "loads data from github issues/Pr's to Grafana",
"private": true,
"scripts": {
0 commit comments