mirror of
https://github.com/actions/setup-go.git
synced 2025-06-11 08:17:12 +02:00
Add stable and oldstable aliases (#300)
This commit is contained in:
4
src/utils.ts
Normal file
4
src/utils.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export enum StableReleaseAlias {
|
||||
Stable = 'stable',
|
||||
OldStable = 'oldstable'
|
||||
}
|
Reference in New Issue
Block a user