mirror of
https://github.com/actions/setup-go
synced 2024-11-09 23:22:41 +00:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|