Skip to content

Bump github.com/grafana/grafana-plugin-sdk-go from 0.173.0 to 0.178.0 #803

Bump github.com/grafana/grafana-plugin-sdk-go from 0.173.0 to 0.178.0

Bump github.com/grafana/grafana-plugin-sdk-go from 0.173.0 to 0.178.0 #803

name: run-tests
on:
push:
branches:
- v1
- main
pull_request:
branches:
- v1
- main
schedule:
- cron: '0 9 1 * *'
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
go:
# version pinned until https://github.com/testcontainers/testcontainers-go/issues/1359
# is resolved
- '1.20.5'
clickhouse:
- 22.3
- 22.8
- 22.9
- '22.10'
- 22.11
- latest
steps:
- uses: actions/checkout@v4
- name: Install Go ${{ matrix.go }}
uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- name: Build
run: go build -v ./...
- name: Run backend tests
run: CLICKHOUSE_VERSION=${{ matrix.clickhouse }} go test -v ./...