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