lostluck commented on a change in pull request #14678:
URL: https://github.com/apache/beam/pull/14678#discussion_r623189440
##########
File path: sdks/go/README.md
##########
@@ -156,8 +156,9 @@ are added in a PR then the lock file needs to be updated.
From the `$GOPATH/src/github.com/apache/beam` directory run
```
+$ ./gradlew :sdks:go:goVendor
$ ./gradlew :sdks:go:goLock
-`./gradlew :goPostcommit`
+$ ./gradlew :goPostcommit
Review comment:
If the portable precommit command doesn't work that easily, file a jira
for the issue and then leave this change as is. No sense scope creeping this PR.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]