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