From 8f839fc8942bb23848b0aeb6eca67e875821d879 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:51:12 +0300 Subject: [PATCH] [v11.0.x] Chore: update go version used in `bump-version` so it works with the new format (#85724) Chore: update go version used in `bump-version` so it works with the new format (#85111) update go version used in bump-version (cherry picked from commit 4974a8931608ab01a4026acf52181c5b7908f095) Co-authored-by: Ashley Harrison --- .github/workflows/bump-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index aae9b708184..56cf8d5ddd1 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -58,7 +58,7 @@ jobs: # 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' + go-version: '1.21' - uses: actions/setup-node@v4 with: node-version: '18'