Downgrade @types/node to ^24, clean up tsconfig and README.

This commit is contained in:
priyagupta108 2026-07-14 13:14:19 +05:30
commit a6f846a3ee
4 changed files with 12 additions and 11 deletions

View file

@ -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.