From 59893f27221f80b30ec4ea7f9c470c0473832ed0 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 5 Jul 2024 19:02:43 +0700 Subject: [PATCH] Update bump version flow (#90130) --- .github/workflows/bump-version.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 836a9f7023f..03e87db9a38 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -63,7 +63,11 @@ jobs: repository: "grafana/grafana-github-actions" path: ./actions ref: main - - uses: actions/setup-node@v3.5.1 + # Go is required for also updating the schema versions as part of the precommit hook: + - uses: actions/setup-go@v4 + with: + go-version: '1.21' + - uses: actions/setup-node@v4 with: node-version: '18' - name: Install Actions @@ -79,3 +83,4 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} metricsWriteAPIKey: ${{ secrets.GRAFANA_MISC_STATS_API_KEY }} + precommit_make_target: gen-cue