mirror of
https://git.studyfor.work/actions/setup-go.git
synced 2026-02-06 11:40:20 -05:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|