el10savio opened a new pull request, #641:
URL: https://github.com/apache/iceberg-go/pull/641
Hey folks, big fan of the Iceberg project! Found a tiny improvement in the
docs to go install iceberg correctly
```
$ go install github.com/apache/iceberg-go/cmd/iceberg
go: 'go install' requires a version when current directory is not in a module
Try 'go install github.com/apache/iceberg-go/cmd/iceberg@latest' to
install the latest version
```
after adding `@latest`
```
$ go install github.com/apache/iceberg-go/cmd/iceberg@latest
go: downloading github.com/apache/iceberg-go v0.4.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.31.12
go: downloading github.com/pterm/pterm v0.12.81
go: downloading github.com/docopt/docopt-go
v0.0.0-20180111231733-ee0de3bc6815
...
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]