From a802db5d9b1734bff2dcac7040df8dcaf69311c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Thu, 7 Mar 2024 11:35:09 +0100 Subject: [PATCH] Prepare 1.5.5 release (#293) --- CHANGELOG.md | 5 +++++ go.mod | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51947e6c..5a04b1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [1.5.5] + +- **Chore** - Build with go 1.22 +- **Fix** - Make health check faster by using github-datasource repository instead of grafana + ## [1.5.4] - **Chore** - Bump grafana-plugin-sdk-go to v0.198.0 (latest) diff --git a/go.mod b/go.mod index 67fd650c..d281ba76 100644 --- a/go.mod +++ b/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 diff --git a/package.json b/package.json index 8ce5f877..a91cc402 100644 --- a/package.json +++ b/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": {