I want to use the current version (v2.5.0), but using go get github.com/apache/airflow-client-go@latest as of today gives me v0.0.0-20230203175943-7af9875e7d4c. It definitely appears out of sync with the latest version as NewClearTaskInstance() function is missing and in addition the fields for theClearInstance struct appear out of sync with those of the current version.
go version: go1.19.5 darwin/arm64
I want to use the current version (v2.5.0), but using
go get github.com/apache/airflow-client-go@latestas of today gives mev0.0.0-20230203175943-7af9875e7d4c. It definitely appears out of sync with the latest version asNewClearTaskInstance()function is missing and in addition the fields for theClearInstancestruct appear out of sync with those of the current version.go version: go1.19.5 darwin/arm64