From 83f0a2000426406c75c6fdee4500b798d111890e Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:35:20 +0200 Subject: [PATCH] [v10.0.x] CI: Run gen-cue on bump-version (#73886) CI: Run gen-cue on bump-version (#73885) (cherry picked from commit 372f32963d927c5853004a768dd8fbccf5c5c1f5) Co-authored-by: Horst Gutmann --- .github/workflows/bump-version.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 56503a90b52..18a1f446503 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -55,6 +55,10 @@ jobs: repository: "grafana/grafana-github-actions" path: ./actions ref: main + # Go is required for also updating the schema versions as part of the precommit hook: + - uses: actions/setup-go@v4 + with: + go-version: '1.20' - uses: actions/setup-node@v3.5.1 with: node-version: '16' @@ -71,3 +75,4 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} metricsWriteAPIKey: ${{ secrets.GRAFANA_MISC_STATS_API_KEY }} + precommit_make_target: gen-cue