Go SDK version 1.16.0 adds batch secret fetching. runtime.GetSecrets() fetches multiple secrets in a single call, avoiding the sequential-fetch requirement of the single-secret API.
runtime.GetSecrets()
See all changes on GitHub