mirror of
https://github.com/grafana/grafana.git
synced 2024-12-27 09:21:35 -06:00
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:
parent
df40e13333
commit
4974a89316
2
.github/workflows/bump-version.yml
vendored
2
.github/workflows/bump-version.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user