Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update-go-version: Add single quote style for go version update
With this PR now `update-go-version.sh` would use single quote around the version which is not the case with yq 4.21.1 and newer. `yq eval --inplace ".jobs.build.strategy.matrix.go[0] = 1.21` replaces go: '1.20' with go: 1.21 without quotes - https://mikefarah.gitbook.io/yq/operators/style
- Loading branch information