mirror of
https://github.com/actions/setup-go.git
synced 2025-02-02 03:54:45 +01:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|