mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2024-11-27 02:20:59 -05:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|