mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-11 04:52:25 +02:00
Add stable and oldstable aliases (#300)
This commit is contained in:
parent
30c39bfe0c
commit
38dbe75f81
10 changed files with 354 additions and 45 deletions
4
src/utils.ts
Normal file
4
src/utils.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
export enum StableReleaseAlias {
|
||||
Stable = 'stable',
|
||||
OldStable = 'oldstable'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue