mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-go
synced 2025-11-19 05:31:06 +08:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|