Module 1: Environment & Installation
Go 1.24+ installation, ADK Go installation, project structure, .env management
3 posts
Module 1: Environment & Installation
This module covers all development environment setup for Go ADK, including Go installation, ADK Go SDK deployment, and project structure standards.
Articles
| Article | Case | Status |
|---|---|---|
| Go 1.24+ Installation & Verification | adk-go-env-verify-go | 🔄 In Progress |
| ADK Go Installation & Quick Verification | adk-go-env-install-adk | 🔄 In Progress |
| Project Structure & .env Management | adk-go-env-project-template | 🔄 In Progress |
Prerequisites
- Go 1.24.4 or higher
- Git
- Text Editor (VS Code / GoLand recommended)
Learning Path
Complete these three articles in order before proceeding to the “Quick Start” module.
Project Structure & .env Management: Building Robust ADK Go Projects
Complete guide: Establish a standard ADK Go project directory structure, manage API Keys and sensitive information, unify team collaboration standards.
ADK Go Installation & Quick Verification: Run Your First Agent
Complete guide: Install Google ADK Go SDK, configure API Key, run Hello World Agent and understand Agent’s basic execution flow.
Go 1.24+ Installation & Verification: Setting Up Your ADK Go Dev Environment
Complete guide: Install Go 1.24+ on macOS/Linux/Windows, verify environment variables, ensure ADK Go runs without obstacles.
