mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 04:54:58 -04:00
Add ESM migration note to README for V7
This commit is contained in:
parent
6c2dcb1c6a
commit
38e9d41b8c
1 changed files with 5 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ This action sets up a Go environment for use in GitHub Actions by:
|
|||
- Optionally caching Go modules and build outputs
|
||||
- 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
|
||||
|
||||
The V6 edition of the action includes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue