mirror of
https://github.com/actions/setup-go.git
synced 2026-05-01 17:50:51 +03:00
Add stable and oldstable aliases (#300)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export enum StableReleaseAlias {
|
||||
Stable = 'stable',
|
||||
OldStable = 'oldstable'
|
||||
}
|
||||
Reference in New Issue
Block a user