Skip to content

Bump github.com/grafana/grafana-plugin-sdk-go from 0.214.0 to 0.216.0 #115

Bump github.com/grafana/grafana-plugin-sdk-go from 0.214.0 to 0.216.0

Bump github.com/grafana/grafana-plugin-sdk-go from 0.214.0 to 0.216.0 #115

Workflow file for this run

name: Test SDK
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21.x"
- name: Install dependencies
run: go get ./...
- name: Test with the Go CLI
run: go test ./...