1
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2025-03-10 04:44:45 +01:00
setup-go/src/utils.ts

5 lines
82 B
TypeScript
Raw Normal View History

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