mirror of
https://gitea.com/actions/setup-go.git
synced 2026-05-06 01:48:24 +00:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|