This is an automated email from the ASF dual-hosted git repository.
jason810496 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 603a712d6c9 Link pkg.go.dev API reference from the Go SDK docs (#69429)
603a712d6c9 is described below
commit 603a712d6c9f19ab0eb3ce97b5faaa7c58007709
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Mon Jul 6 15:51:55 2026 +0900
Link pkg.go.dev API reference from the Go SDK docs (#69429)
---
airflow-core/docs/authoring-and-scheduling/language-sdks/go.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/airflow-core/docs/authoring-and-scheduling/language-sdks/go.rst
b/airflow-core/docs/authoring-and-scheduling/language-sdks/go.rst
index 722bd7549e5..158fff4ddeb 100644
--- a/airflow-core/docs/authoring-and-scheduling/language-sdks/go.rst
+++ b/airflow-core/docs/authoring-and-scheduling/language-sdks/go.rst
@@ -37,6 +37,12 @@ the bundle: one runnable file to ship, with no separate
manifest or archive. The
:local:
:depth: 2
+API reference
+-------------
+
+The generated API reference for the Go SDK module, and the list of its
released versions, is available on
+`pkg.go.dev <https://pkg.go.dev/github.com/apache/airflow/go-sdk>`__.
+
Prerequisites
-------------