+1 (binding)

Verified RC2 on macOS/arm64 (Go 1.25.7):
- shasum -a 512 -c: OK. GPG: Good signature, HyeonhoKim <[email protected]> 
(key 19272095A6D67D98), present in KEYS.
- Source byte-identical to git tag v0.2.0-rc2 (commit 9ba7c12);
- LICENSE Apache-2.0 (binding terms verbatim), NOTICE correct (Copyright 
2023-2026 ASF), no vendored deps, all 230 .go files carry the ASF header.
- go test -v -count=1 ./...: 18 packages ok, 2185 PASS / 156 SKIP / 0 FAIL. go 
vet and go build clean. go get github.com/apache/[email protected] 
resolves.

Thanks

On 2026/06/06 08:26:34 Hyeonho Kim wrote:
> Hi all!
> 
> 
> I would like to propose releasing Apache DataSketches Go v0.2.0.
> 
> 
> 
> - Source Distribution:
> 
> https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/
> 
> 
> - Github tag:
> 
> https://github.com/apache/datasketches-go/releases/tag/v0.2.0-rc2
> 
> 
> 
> - Download the source distribution, signature, checksum, and KEYS file:
> 
> 
> curl -O
> https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz
> 
> curl -O
> https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz.asc
> 
> curl -O
> https://dist.apache.org/repos/dist/dev/datasketches/go/0.2.0-RC2/apache-datasketches-go-0.2.0-src.tar.gz.sha512
> 
> curl -O https://dist.apache.org/repos/dist/release/datasketches/KEYS
> 
> 
> 
> - Import the KEYS file and verify the signature:
> 
> 
> gpg --import KEYS
> gpg --verify apache-datasketches-go-0.2.0-src.tar.gz.asc
> apache-datasketches-go-0.2.0-src.tar.gz
> 
> 
> 
> - Verify the checksum:
> 
> 
> shasum -a 512 -c apache-datasketches-go-0.2.0-src.tar.gz.sha512
> 
> 
> 
> - Run tests from the extracted source distribution:
> 
> 
> tar -xzf apache-datasketches-go-0.2.0-src.tar.gz
> cd apache-datasketches-go-0.2.0
> 
> go test -v -count=1 ./...
> 
> 
> 
> Alternatively, if you have a container runtime such as Docker:
> 
> 
> ./build/run-docker-test.sh
> 
> 
> 
> The release candidate can also be tested as a Go module:
> 
> 
> go get github.com/apache/[email protected]
> 
> 
> 
> 
> The vote will remain open for at least 72 hours.
> 
> 
> [ ] +1 Approve
> 
> [ ] 0 No opinion
> 
> [ ] -1 Do not release (please explain why)
> 
> 
> Best regards,
> 
> Hyeonho Kim
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to