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 20:06:57 +02:00
committed by GitHub
parent df40e13333
commit 4974a89316
2 changed files with 2 additions and 2 deletions
+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'