Skip to content

Commit

Permalink
Run go mod tidy when checking grafana compatibility (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmgot authored Nov 20, 2023
1 parent b414b03 commit 21a9cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-grafana-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
working-directory: './grafana'
run: echo 'replace github.com/grafana/grafana-plugin-sdk-go => ../grafana-plugin-sdk-go' >> go.mod

- name: Automatic updates
working-directory: './grafana'
run: go mod tidy

- name: Build Grafana
working-directory: './grafana'
run: make build-go

0 comments on commit 21a9cb5

Please sign in to comment.