mirror of
https://github.com/actions/setup-go
synced 2026-09-05 11:35:19 +02:00
5 lines
82 B
TypeScript
5 lines
82 B
TypeScript
export enum StableReleaseAlias {
|
|
Stable = 'stable',
|
|
OldStable = 'oldstable'
|
|
}
|