mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-15 06:44:12 +02:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
![]() |
export enum StableReleaseAlias {
|
||
|
Stable = 'stable',
|
||
|
OldStable = 'oldstable'
|
||
|
}
|