mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 04:54:58 -04:00
Downgrade @types/node to ^24, clean up tsconfig and README.
This commit is contained in:
parent
55ce3aa98b
commit
a6f846a3ee
4 changed files with 12 additions and 11 deletions
|
|
@ -9,7 +9,8 @@ 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
|
||||
|
||||
## What's new in V7
|
||||
|
||||
The V7 edition of the action includes:
|
||||
- Migrated action internals to ESM for compatibility with latest `@actions/*` packages. No changes to action inputs, outputs, or behavior.
|
||||
|
|
|
|||
Loading…
Reference in a new issue