mirror of
https://github.com/actions/setup-go.git
synced 2026-07-02 04:51:46 +00:00
Compare commits
1 Commits
8a56562190
...
c0740bfe7f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0740bfe7f |
@ -1,3 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
|
||||
export enum StableReleaseAlias {
|
||||
Stable = 'stable',
|
||||
OldStable = 'oldstable'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user