HTHou opened a new pull request, #160: URL: https://github.com/apache/iotdb-client-go/pull/160
## Summary - upgrade github.com/apache/thrift from v0.15.0 to v0.23.0 - raise the Go version used by docs, CI, and e2e client Docker image to 1.25 - refresh README and binary license references for the new thrift version ## Validation - go mod download - make generate - make test - go list ./... | rg -v '/test/e2e$' | xargs go test\n\n## Notes\n- thrift v0.23.0 declares go 1.25 in its module metadata, so the project go directive and CI matrix were updated accordingly.\n- Full local e2e without Docker Compose was not run because it requires the iotdb service hostname; this PR is opened to let GitHub CI run the configured e2e workflow. -- 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]
