mirror of
https://kkgithub.com/actions/setup-go
synced 2026-05-15 16:03:07 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|