1
0
mirror of https://gitea.com/actions/setup-go.git synced 2026-05-04 03:46:52 +07:00
Files
setup-go/src/utils.ts
2022-12-12 10:58:49 +01:00

5 lines
82 B
TypeScript

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