From dc0baa0831e217be4630cea55ee88fe724dfcc4f Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:42:01 +0300 Subject: [PATCH] [v10.3.x] Update Go version to avoid format error (#87832) Update Go version to avoid format error (#87821) (cherry picked from commit fade57d78eb03ded766683edf6830f65ce5dd574) Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> --- .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'