Files
temporal/cmd
Fred Tzeng 2d4ac1a4bd check-dependencies: use "main" as default branch for api-go and sdk-go (#10566)
## What changed?
Updated cmd/tools/check-dependencies to use main (not master) as the
default branch for both go.temporal.io/api and go.temporal.io/sdk when
resolving pseudo-version origins.

## Why?
Both temporalio/api-go and temporalio/sdk-go have renamed their default
branch from master to main.

## How did you test it?
- [X] built
- [ ] run locally and tested manually
- [X] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
2026-06-06 00:57:22 +00:00
..