mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-27 20:44:57 -04:00
Remove stable input and fix SemVer notation (#195)
This commit is contained in:
parent
2bb2aab2fd
commit
f6164bd8c8
6 changed files with 69 additions and 91 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let os = require('os');
|
||||
const os = require('os');
|
||||
|
||||
export function getPlatform(): string {
|
||||
// darwin and linux match already
|
||||
|
|
|
|||
Loading…
Reference in a new issue