mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|