This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-go
Watch
1
Star
0
Fork
0
Code
Activity
Files
691cc3533f9e01982f216a98ecdd9fd81c27fd5b
setup-go
/
src
/
utils.ts
T
5 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add stable and oldstable aliases (
#300
)
2022-12-12 10:58:49 +01:00
export
enum
StableReleaseAlias
{
Stable
=
'stable'
,
OldStable
=
'oldstable'
}
Copy Permalink