Skip to content

build(deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.1 to 0.251.0 #391

build(deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.1 to 0.251.0

build(deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.250.1 to 0.251.0 #391

Workflow file for this run

# These workflows have been nicked from https://github.com/influxdata/grafana-flightsql-datasource
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
# All nested workflows will inherit these permissions and so no need to declare
# in each step file
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/step_lint.yml
build:
needs: [lint]
uses: ./.github/workflows/step_build.yml
e2e-tests:
needs: [build]
uses: ./.github/workflows/step_e2e-tests.yml
package:
needs: [build, e2e-tests]
uses: ./.github/workflows/step_package.yml
# For nightly build releases
permissions:
contents: write