Chore: update go version used in bump-version so it works with the new format (#85111)

update go version used in bump-version
This commit is contained in:
Ashley Harrison 2024-03-25 18:06:57 +00:00 committed by GitHub
parent df40e13333
commit 4974a89316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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'

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/grafana/grafana
go 1.21
go 1.21.0
// Override docker/docker to avoid:
// go: github.com/drone-runners/drone-runner-docker@v1.8.2 requires