Skip to content

Commit

Permalink
Merge pull request #20 from intergral/update
Browse files Browse the repository at this point in the history
chore(update): udpate to use node 20 / grafana 11
  • Loading branch information
Umaaz authored Nov 28, 2024
2 parents 3975949 + 8ef0356 commit 62c1763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.22'

- name: Install dependencies
run: yarn install --immutable --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "panel",
"name": "Deep Tracepoint Panel",
"id": "intergral-deep-tracepoint-panel",
"id": "intergral-deeptracepoint-panel",
"info": {
"keywords": ["panel"],
"description": "Panel to render tracepoint data",
Expand Down

0 comments on commit 62c1763

Please sign in to comment.