Update Go version to avoid format error (#87821)

This commit is contained in:
Fabrizio
2024-05-14 16:30:05 +02:00
committed by GitHub
parent 56fd4fa858
commit fade57d78e
+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'