mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 21:14:58 -04:00
Apply PR suggestions
This commit is contained in:
parent
5552b45f54
commit
317adaa2cb
5 changed files with 122 additions and 77 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…
Reference in a new issue