Add ESM migration note to README for V7

This commit is contained in:
priyagupta108 2026-06-30 17:15:24 +05:30
parent 6c2dcb1c6a
commit 38e9d41b8c

View File

@ -9,6 +9,11 @@ This action sets up a Go environment for use in GitHub Actions by:
- Optionally caching Go modules and build outputs - Optionally caching Go modules and build outputs
- Registering problem matchers for error output - Registering problem matchers for error output
## Breaking changes in V7
The V7 edition of the action includes:
- **Migrated to ESM** to enable support for the latest `@actions/*` package versions.
## Breaking changes in V6 ## Breaking changes in V6
The V6 edition of the action includes: The V6 edition of the action includes: