setup-go/src/utils.ts

5 lines
82 B
TypeScript
Raw Permalink Normal View History

export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}