4
0
Fork 0
mirror of https://github.com/actions/setup-go.git synced 2025-11-12 14:53:36 +00:00
setup-go/src/utils.ts
2022-11-25 10:50:21 +01:00

4 lines
82 B
TypeScript

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