1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-go synced 2025-06-21 17:38:01 +02:00

Apply PR suggestions

This commit is contained in:
panticmilos 2022-11-21 17:09:26 +01:00
parent 5552b45f54
commit 317adaa2cb
5 changed files with 120 additions and 75 deletions

4
src/utils.ts Normal file
View file

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