Skip to content

Commit a802db5

Browse files
authored
Prepare 1.5.5 release (#293)
1 parent 4d98c54 commit a802db5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

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+
38
## [1.5.4]
49

510
- **Chore** - Bump grafana-plugin-sdk-go to v0.198.0 (latest)

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/grafana/github-datasource
22

3-
go 1.21
3+
go 1.22
44

5-
toolchain go1.21.3
5+
toolchain go1.22.1
66

77
require (
88
github.com/google/go-github/v53 v53.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-github-datasource",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "loads data from github issues/Pr's to Grafana",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)