Hi everyone!

I would like to propose releasing Apache DataSketches Go v0.1.0.

Source Distribution:
https://dist.apache.org/repos/dist/dev/datasketches/go/0.1.0-RC3/

Github tag:
https://github.com/apache/datasketches-go/releases/tag/v0.1.0-rc3

How to use (choose one or both):

- Go module:

go get github.com/apache/[email protected]

- From source:

Download, verify signatures, and run tests.


To verify signatures:

curl -O
https://dist.apache.org/repos/dist/dev/datasketches/go/0.1.0-RC3/apache-datasketches-go-0.1.0-src.tar.gz

curl -O
https://dist.apache.org/repos/dist/dev/datasketches/go/0.1.0-RC3/apache-datasketches-go-0.1.0-src.tar.gz.asc

gpg --verify apache-datasketches-go-0.1.0-src.tar.gz.asc


To run test (choose one or both):

- If you have already installed go:

go test ./...

- If not, but if you have container runtime like docker:

./build/run-docker-test.sh


Vote will remain open for at least 72 hours.

[ ] +1 Release this as Apache DataSketches Go 0.1.0
[ ] 0 No opinion
[ ] -1 Do not release (please explain why)

Best regards,
Hyeonho Kim

Reply via email to