Skip to content

feat: switch to grafana foundation sdk #48

feat: switch to grafana foundation sdk

feat: switch to grafana foundation sdk #48

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24"
- name: Golangci-lint
uses: golangci/golangci-lint-action@v6
- name: Build
run: make build
- name: Test
run: make test
- name: E2E test
run: make e2e-test
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean