[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 4974a89316)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-08 14:51:12 +03:00
committed by GitHub
co-authored by Ashley Harrison
parent 2201a95973
commit 8f839fc894
+1 -1
View File
@@ -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'