mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-14 14:24:11 +02:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|