Skip to content

Commit

Permalink
Prepare 1.5.5 release (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanbedi authored Mar 7, 2024
1 parent 4d98c54 commit a802db5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a802db5

Please sign in to comment.