mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04:00
Update README with ESM migration details
Clarified migration details to ESM for action compatibility.
This commit is contained in:
parent
9575d2a815
commit
55ce3aa98b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ This action sets up a Go environment for use in GitHub Actions by:
|
|||
## Breaking changes in V7
|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue