mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 16:03:43 +00:00
Apply PR suggestions
This commit is contained in:
parent
5552b45f54
commit
317adaa2cb
5 changed files with 120 additions and 75 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