1
0
Fork 0
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:
Milos Pantic 2022-12-12 10:58:49 +01:00 committed by GitHub
parent 30c39bfe0c
commit 38dbe75f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 354 additions and 45 deletions

4
src/utils.ts Normal file
View file

@ -0,0 +1,4 @@
export enum StableReleaseAlias {
Stable = 'stable',
OldStable = 'oldstable'
}