tschaub opened a new pull request, #37780: URL: https://github.com/apache/arrow/pull/37780
### Rationale for this change This change updates the Go `README.md` to point to the latest version of the reference documentation. ### What changes are included in this PR? The Go `README.md` has been updated with a badge that points to [the v14 version](https://pkg.go.dev/github.com/apache/arrow/go/v14) of the docs. In addition, the `dev/release/utils-prepare.sh` script has been modified so that the link in the Go `README.md` will be updated when the release version changes. ### Are these changes tested? I tried running `PREPARE_CHANGELOG=0 ./dev/release/01-prepare.sh 14 15 1`, but I don't have `mvn` installed, so was not able to fully validate the changes. In the `go` directory, I ran the following and confirmed that the changes looked like what I would expect: ```shell find . "(" -name "*.go*" -o -name "go.mod" -o -name README.md ")" -exec sed -i.bak -E -e \ "s|(github\\.com/apache/arrow/go)/v[0-9]+|\1/v15|g" {} \; ``` ### Are there any user-facing changes? Documentation changes only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
