This is an automated email from the ASF dual-hosted git repository.
jason810496 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 37820e41503 [v3-3-test] Link pkg.go.dev API reference from the Go SDK
docs (#69429) (#69440)
37820e41503 is described below
commit 37820e415036a368cc5ec20e3cb2fafa62222ae2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 16:58:38 2026 +0900
[v3-3-test] Link pkg.go.dev API reference from the Go SDK docs (#69429)
(#69440)
(cherry picked from commit 603a712d6c9f19ab0eb3ce97b5faaa7c58007709)
Co-authored-by: Jason(Zhe-You) Liu
<[email protected]>
---
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
-------------