Update README with ESM migration details

Clarified migration details to ESM for action compatibility.
This commit is contained in:
Priya Gupta 2026-07-14 10:28:24 +05:30 committed by GitHub
commit 55ce3aa98b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ This action sets up a Go environment for use in GitHub Actions by:
## Breaking changes in V7 ## Breaking changes in V7
The V7 edition of the action includes: The V7 edition of the action includes:
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions. - Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
## Breaking changes in V6 ## Breaking changes in V6